mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-02 00:07:56 +01:00
Update admin delete confirm modal description during rollout
Co-authored-by: Jamie <113370520+jamiebuilds-signal@users.noreply.github.com>
This commit is contained in:
@@ -6718,6 +6718,11 @@
|
||||
},
|
||||
"icu:DeleteMessagesModal--adminDeleteConfirmation--description": {
|
||||
"messageformat": "As an admin, group members will see that you deleted {count, plural, one {this message} other {these messages}}.",
|
||||
"description": "delete selected messages > admin delete confirmation modal > description",
|
||||
"ignoreUnused": true
|
||||
},
|
||||
"icu:DeleteMessagesModal--adminDeleteConfirmation--description__rollout": {
|
||||
"messageformat": "Group members on the latest versions of Signal will see that you deleted {count, plural, one {this message} other {these messages}}.",
|
||||
"description": "delete selected messages > admin delete confirmation modal > description"
|
||||
},
|
||||
"icu:DeleteMessagesModal--deleteFromAllDevices": {
|
||||
|
||||
@@ -227,7 +227,7 @@ function DeleteMessagesConfirmAdminDeleteDialog(props: {
|
||||
</AxoAlertDialog.Title>
|
||||
<AxoAlertDialog.Description>
|
||||
{i18n(
|
||||
'icu:DeleteMessagesModal--adminDeleteConfirmation--description',
|
||||
'icu:DeleteMessagesModal--adminDeleteConfirmation--description__rollout',
|
||||
{ count: messageCount }
|
||||
)}
|
||||
</AxoAlertDialog.Description>
|
||||
|
||||
Reference in New Issue
Block a user