1
0
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:
Alex
2025-11-06 09:10:25 -05:00
committed by GitHub
parent 5c2215401c
commit dc56cc80eb
2 changed files with 8 additions and 2 deletions

View File

@@ -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"
},

View File

@@ -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">