From 8a76b28e08653fbbd366ff2cbf3eacf2cf06a114 Mon Sep 17 00:00:00 2001 From: Alex <55413326+AlexRubik@users.noreply.github.com> Date: Mon, 13 Oct 2025 15:38:23 -0400 Subject: [PATCH] fix text (#16857) --- apps/web/src/locales/en/messages.json | 4 ++-- .../activity-cards/password-change-metric.component.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/web/src/locales/en/messages.json b/apps/web/src/locales/en/messages.json index fd237992d6..af0374701c 100644 --- a/apps/web/src/locales/en/messages.json +++ b/apps/web/src/locales/en/messages.json @@ -90,8 +90,8 @@ "assignMembersTasksToMonitorProgress": { "message": "Assign members tasks to monitor progress" }, - "onceYouReviewApplications": { - "message": "Once you review applications and mark them as critical, they will display here." + "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" }, "sendReminders": { "message": "Send reminders" diff --git a/bitwarden_license/bit-web/src/app/dirt/access-intelligence/activity-cards/password-change-metric.component.html b/bitwarden_license/bit-web/src/app/dirt/access-intelligence/activity-cards/password-change-metric.component.html index 9b194954f0..718efc4c67 100644 --- a/bitwarden_license/bit-web/src/app/dirt/access-intelligence/activity-cards/password-change-metric.component.html +++ b/bitwarden_license/bit-web/src/app/dirt/access-intelligence/activity-cards/password-change-metric.component.html @@ -11,7 +11,7 @@
- {{ "onceYouReviewApplications" | i18n }} + {{ "onceYouReviewApps" | i18n }}
}