mirror of
https://github.com/bitwarden/browser
synced 2025-12-13 06:43:35 +00:00
* Update en/messages.json with minor empty state text adjustments * Updated 118n strings Co-authored-by: Maximilian Power <post@maximilianpower.com>
This commit is contained in:
@@ -86,14 +86,14 @@
|
|||||||
"noAppsInOrgDescription": {
|
"noAppsInOrgDescription": {
|
||||||
"message": "As users save logins, applications appear here, showing any at-risk passwords. Mark critical apps and notify users to update passwords."
|
"message": "As users save logins, applications appear here, showing any at-risk passwords. Mark critical apps and notify users to update passwords."
|
||||||
},
|
},
|
||||||
"noCriticalAppsTitle": {
|
"noCriticalApplicationsTitle": {
|
||||||
"message": "You haven't marked any applications as a Critical"
|
"message": "You haven’t marked any applications as critical"
|
||||||
},
|
},
|
||||||
"noCriticalAppsDescription": {
|
"noCriticalApplicationsDescription": {
|
||||||
"message": "Select your most critical applications to discover at-risk passwords, and notify users to change those passwords."
|
"message": "Select your most critical applications to prioritize security actions for your users to address at-risk passwords."
|
||||||
},
|
},
|
||||||
"markCriticalApps": {
|
"markCriticalApplications": {
|
||||||
"message": "Mark critical apps"
|
"message": "Select critical applications"
|
||||||
},
|
},
|
||||||
"markAppAsCritical": {
|
"markAppAsCritical": {
|
||||||
"message": "Mark app as critical"
|
"message": "Mark app as critical"
|
||||||
|
|||||||
@@ -10,17 +10,17 @@
|
|||||||
<bit-no-items [icon]="noItemsIcon" class="tw-text-main">
|
<bit-no-items [icon]="noItemsIcon" class="tw-text-main">
|
||||||
<ng-container slot="title">
|
<ng-container slot="title">
|
||||||
<h2 class="tw-font-semibold tw-mt-4">
|
<h2 class="tw-font-semibold tw-mt-4">
|
||||||
{{ "noCriticalAppsTitle" | i18n }}
|
{{ "noCriticalApplicationsTitle" | i18n }}
|
||||||
</h2>
|
</h2>
|
||||||
</ng-container>
|
</ng-container>
|
||||||
<ng-container slot="description">
|
<ng-container slot="description">
|
||||||
<p class="tw-text-muted">
|
<p class="tw-text-muted">
|
||||||
{{ "noCriticalAppsDescription" | i18n }}
|
{{ "noCriticalApplicationsDescription" | i18n }}
|
||||||
</p>
|
</p>
|
||||||
</ng-container>
|
</ng-container>
|
||||||
<ng-container slot="button">
|
<ng-container slot="button">
|
||||||
<button (click)="goToAllAppsTab()" bitButton buttonType="primary" type="button">
|
<button (click)="goToAllAppsTab()" bitButton buttonType="primary" type="button">
|
||||||
{{ "markCriticalApps" | i18n }}
|
{{ "markCriticalApplications" | i18n }}
|
||||||
</button>
|
</button>
|
||||||
</ng-container>
|
</ng-container>
|
||||||
</bit-no-items>
|
</bit-no-items>
|
||||||
|
|||||||
Reference in New Issue
Block a user