mirror of
https://github.com/bitwarden/clients.git
synced 2026-07-01 21:10:49 +08:00
fix text (#16857)
This commit is contained in:
parent
a063099c61
commit
8a76b28e08
@ -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"
|
||||
|
||||
@ -11,7 +11,7 @@
|
||||
</div>
|
||||
|
||||
<div class="tw-items-baseline tw-gap-2">
|
||||
<span bitTypography="body2">{{ "onceYouReviewApplications" | i18n }}</span>
|
||||
<span bitTypography="body2">{{ "onceYouReviewApps" | i18n }}</span>
|
||||
</div>
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user