This commit is contained in:
Alex 2025-10-13 15:38:23 -04:00 committed by GitHub
parent a063099c61
commit 8a76b28e08
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

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

View File

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