mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-20 02:08:57 +00:00
Fix typo in unblock group modal
This commit is contained in:
@@ -5988,6 +5988,10 @@
|
||||
"messageformat": "Your contacts will be able add you to this group.",
|
||||
"description": "This is the modal content for confirming unblock of a group"
|
||||
},
|
||||
"icu:ConversationDetailsActions--unblock-group-modal-body": {
|
||||
"messageformat": "Your contacts will be able to add you to this group.",
|
||||
"description": "This is the modal content for confirming unblock of a group"
|
||||
},
|
||||
"icu:ConversationDetailsActions--unblock-group-modal-confirm": {
|
||||
"messageformat": "Unblock",
|
||||
"description": "This is the modal button to confirm unblock of a group"
|
||||
|
||||
@@ -237,7 +237,7 @@ export function ConversationDetailsActions({
|
||||
}
|
||||
)}
|
||||
>
|
||||
{i18n('icu:ConversationDetailsActions--unblock-group-modal-content')}
|
||||
{i18n('icu:ConversationDetailsActions--unblock-group-modal-body')}
|
||||
</ConfirmationDialog>
|
||||
)}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user