From 16e4eb1dd0e9fb2ba748022e1f9b5a267fc910f9 Mon Sep 17 00:00:00 2001 From: Maximilian Power Date: Mon, 17 Nov 2025 17:50:39 +0100 Subject: [PATCH] updates strings (#17422) * updated strings --- apps/web/src/locales/en/messages.json | 72 +++++++++---------- .../password-change-metric.component.html | 2 +- .../activity/all-activity.component.html | 2 +- .../assign-tasks-view.component.html | 2 +- .../new-applications-dialog.component.html | 6 +- .../risk-insights.component.html | 8 +-- .../risk-insights.component.ts | 20 ++---- ...risk-insights-drawer-dialog.component.html | 2 +- 8 files changed, 51 insertions(+), 63 deletions(-) diff --git a/apps/web/src/locales/en/messages.json b/apps/web/src/locales/en/messages.json index 23c430feed..1b0460e2aa 100644 --- a/apps/web/src/locales/en/messages.json +++ b/apps/web/src/locales/en/messages.json @@ -93,8 +93,8 @@ "assignMembersTasksToMonitorProgress": { "message": "Assign members tasks to monitor progress" }, - "onceYouReviewApps": { - "message": "Once you review applications and mark them as critical, you can assign tasks to members to resolve at-risk items and monitor progress here" + "onceYouReviewApplications": { + "message": "Once you review applications and mark them as critical, assign tasks to your members to change their passwords." }, "sendReminders": { "message": "Send reminders" @@ -178,41 +178,35 @@ } } }, - "noApplicationsInOrgTitle": { - "message": "No applications found for $ORG NAME$", - "placeholders": { - "org name": { - "content": "$1", - "example": "Company Name" - } - } + "noDataInOrgTitle": { + "message": "No data found" }, - "noApplicationsInOrgDescription": { - "message": "Import your organization's login data to start monitoring credential security risks. Once imported you get to:" + "noDataInOrgDescription": { + "message": "Import your organization's login data to get started with Access Intelligence. Once you do that, you'll be able to:" }, - "benefit1Title": { - "message": "Prioritize risks" + "feature1Title": { + "message": "Mark applications as critical" }, - "benefit1Description": { - "message": "Focus on applications that matter the most" + "feature1Description": { + "message": "This will help you remove risks to your most important applications first." }, - "benefit2Title": { - "message": "Guide remediation" + "feature2Title": { + "message": "Help members improve their security" }, - "benefit2Description": { - "message": "Assign at-risk members guided tasks to rotate at-risk credentials" + "feature2Description": { + "message": "Assign at-risk members guided security tasks to update credentials." }, - "benefit3Title": { + "feature3Title": { "message": "Monitor progress" }, - "benefit3Description": { - "message": "Track changes over time to show security improvements" + "feature3Description": { + "message": "Track changes over time to show security improvements." }, - "noReportRunTitle": { - "message": "Run your first report to see applications" + "noReportsRunTitle": { + "message": "Generate report" }, - "noReportRunDescription": { - "message": "Generate a risk insights report to analyze your organization's applications and identify at-risk passwords that need attention. Running your first report will:" + "noReportsRunDescription": { + "message": "You’re ready to start generating reports. Once you generate, you’ll be able to:" }, "noCriticalApplicationsTitle": { "message": "You haven’t marked any applications as critical" @@ -271,14 +265,14 @@ "atRiskMembers": { "message": "At-risk members" }, - "membersWithAccessToAtRiskItemsForCriticalApps": { - "message": "Members with access to at-risk items for critical applications" + "membersWithAccessToAtRiskItemsForCriticalApplications": { + "message": "These members have access to vulnerable items for critical applications." }, "membersWithAtRiskPasswords": { "message": "Members with at-risk passwords" }, - "membersWillReceiveNotification": { - "message": "Members will receive a notification to resolve at-risk logins through the browser extension." + "membersWillReceiveSecurityTask": { + "message": "Members of your organization will be assigned a task to change vulnerable passwords. They’ll receive a notification within their Bitwarden browser extension." }, "membersAtRiskCount": { "message": "$COUNT$ members at-risk", @@ -307,8 +301,8 @@ } } }, - "atRiskMembersDescription": { - "message": "These members are logging into applications with weak, exposed, or reused passwords." + "atRiskMemberDescription": { + "message": "These members are logging into critical applications with weak, exposed, or reused passwords." }, "atRiskMembersDescriptionNone": { "message": "These are no members logging into applications with weak, exposed, or reused passwords." @@ -391,14 +385,14 @@ "prioritizeCriticalApplications": { "message": "Prioritize critical applications" }, - "selectCriticalApplicationsDescription": { - "message": "Select which applications are most critical to your organization, then assign security tasks to members to resolve risks." + "selectCriticalAppsDescription": { + "message": "Select which applications are most critical to your organization. Then, you’ll be able to assign security tasks to members to remove 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." + "reviewNewAppsDescription": { + "message": "Review new applications with vulnerable items and mark those you’d like to monitor closely as critical. Then, you’ll be able to assign security tasks to members to remove risks." }, "clickIconToMarkAppAsCritical": { "message": "Click the star icon to mark an app as critical" @@ -9860,8 +9854,8 @@ "assignTasks": { "message": "Assign tasks" }, - "assignTasksToMembers": { - "message": "Assign tasks to members for guided resolution" + "assignSecurityTasksToMembers": { + "message": "Send notifications to change passwords" }, "assignToCollections": { "message": "Assign to collections" diff --git a/bitwarden_license/bit-web/src/app/dirt/access-intelligence/activity/activity-cards/password-change-metric.component.html b/bitwarden_license/bit-web/src/app/dirt/access-intelligence/activity/activity-cards/password-change-metric.component.html index ab59a36aa6..fe9880724f 100644 --- a/bitwarden_license/bit-web/src/app/dirt/access-intelligence/activity/activity-cards/password-change-metric.component.html +++ b/bitwarden_license/bit-web/src/app/dirt/access-intelligence/activity/activity-cards/password-change-metric.component.html @@ -12,7 +12,7 @@
- {{ "onceYouReviewApps" | i18n }} + {{ "onceYouReviewApplications" | i18n }}
} diff --git a/bitwarden_license/bit-web/src/app/dirt/access-intelligence/activity/all-activity.component.html b/bitwarden_license/bit-web/src/app/dirt/access-intelligence/activity/all-activity.component.html index 43cf936e1a..ffc67028b7 100644 --- a/bitwarden_license/bit-web/src/app/dirt/access-intelligence/activity/all-activity.component.html +++ b/bitwarden_license/bit-web/src/app/dirt/access-intelligence/activity/all-activity.component.html @@ -14,7 +14,7 @@
- {{ "membersWillReceiveNotification" | i18n }} + {{ "membersWillReceiveSecurityTask" | i18n }}
diff --git a/bitwarden_license/bit-web/src/app/dirt/access-intelligence/activity/application-review-dialog/new-applications-dialog.component.html b/bitwarden_license/bit-web/src/app/dirt/access-intelligence/activity/application-review-dialog/new-applications-dialog.component.html index 09fb5cb7ad..04db5f6d52 100644 --- a/bitwarden_license/bit-web/src/app/dirt/access-intelligence/activity/application-review-dialog/new-applications-dialog.component.html +++ b/bitwarden_license/bit-web/src/app/dirt/access-intelligence/activity/application-review-dialog/new-applications-dialog.component.html @@ -5,7 +5,7 @@ ? hasNoCriticalApplications() ? ("prioritizeCriticalApplications" | i18n) : ("reviewNewApplications" | i18n) - : ("assignTasksToMembers" | i18n) + : ("assignSecurityTasksToMembers" | i18n) }} @@ -15,8 +15,8 @@

{{ hasNoCriticalApplications() - ? ("selectCriticalApplicationsDescription" | i18n) - : ("reviewNewApplicationsDescription" | i18n) + ? ("selectCriticalAppsDescription" | i18n) + : ("reviewNewAppsDescription" | i18n) }}

diff --git a/bitwarden_license/bit-web/src/app/dirt/access-intelligence/risk-insights.component.html b/bitwarden_license/bit-web/src/app/dirt/access-intelligence/risk-insights.component.html index 5e00de853f..19b655a8b2 100644 --- a/bitwarden_license/bit-web/src/app/dirt/access-intelligence/risk-insights.component.html +++ b/bitwarden_license/bit-web/src/app/dirt/access-intelligence/risk-insights.component.html @@ -16,8 +16,8 @@ { + .subscribe((report) => { // Update report state this.appsCount = report?.reportData.length ?? 0; this.dataLastUpdated = report?.creationDate ?? null; - - // Update organization name - this.organizationName = orgDetails?.organizationName ?? ""; }); // Subscribe to drawer state changes diff --git a/bitwarden_license/bit-web/src/app/dirt/access-intelligence/shared/risk-insights-drawer-dialog.component.html b/bitwarden_license/bit-web/src/app/dirt/access-intelligence/shared/risk-insights-drawer-dialog.component.html index 87a8ee00e0..3fa72358f2 100644 --- a/bitwarden_license/bit-web/src/app/dirt/access-intelligence/shared/risk-insights-drawer-dialog.component.html +++ b/bitwarden_license/bit-web/src/app/dirt/access-intelligence/shared/risk-insights-drawer-dialog.component.html @@ -8,7 +8,7 @@ {{ (drawerDetails.atRiskMemberDetails?.length > 0 - ? "atRiskMembersDescription" + ? "atRiskMemberDescription" : "atRiskMembersDescriptionNone" ) | i18n }}