mirror of
https://github.com/bitwarden/browser
synced 2025-12-06 00:13:28 +00:00
new text new keys (#17248)
This commit is contained in:
@@ -379,6 +379,12 @@
|
||||
"selectCriticalApplicationsDescription": {
|
||||
"message": "Select which applications are most critical to your organization, then assign security tasks to members to resolve risks."
|
||||
},
|
||||
"reviewNewApplications": {
|
||||
"message": "Review new applications"
|
||||
},
|
||||
"reviewNewApplicationsDescription": {
|
||||
"message": "We've highlighted at-risk items for new applications stored in Admin console that have weak, exposed, or reused passwords."
|
||||
},
|
||||
"clickIconToMarkAppAsCritical": {
|
||||
"message": "Click the star icon to mark an app as critical"
|
||||
},
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<span bitDialogTitle>
|
||||
{{
|
||||
currentView() === DialogView.SelectApplications
|
||||
? ("prioritizeCriticalApplications" | i18n)
|
||||
? ("reviewNewApplications" | i18n)
|
||||
: ("assignTasksToMembers" | i18n)
|
||||
}}
|
||||
</span>
|
||||
@@ -11,7 +11,7 @@
|
||||
@if (currentView() === DialogView.SelectApplications) {
|
||||
<div>
|
||||
<p bitTypography="body1" class="tw-mb-5">
|
||||
{{ "selectCriticalApplicationsDescription" | i18n }}
|
||||
{{ "reviewNewApplicationsDescription" | i18n }}
|
||||
</p>
|
||||
|
||||
<div class="tw-flex tw-items-center tw-gap-2.5 tw-mb-5">
|
||||
|
||||
Reference in New Issue
Block a user