1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-11 22:03:36 +00:00
This commit is contained in:
Alex
2025-10-13 15:38:23 -04:00
committed by GitHub
parent a063099c61
commit 8a76b28e08
2 changed files with 3 additions and 3 deletions

View File

@@ -90,8 +90,8 @@
"assignMembersTasksToMonitorProgress": { "assignMembersTasksToMonitorProgress": {
"message": "Assign members tasks to monitor progress" "message": "Assign members tasks to monitor progress"
}, },
"onceYouReviewApplications": { "onceYouReviewApps": {
"message": "Once you review applications and mark them as critical, they will display here." "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": { "sendReminders": {
"message": "Send reminders" "message": "Send reminders"

View File

@@ -11,7 +11,7 @@
</div> </div>
<div class="tw-items-baseline tw-gap-2"> <div class="tw-items-baseline tw-gap-2">
<span bitTypography="body2">{{ "onceYouReviewApplications" | i18n }}</span> <span bitTypography="body2">{{ "onceYouReviewApps" | i18n }}</span>
</div> </div>
} }