Fix typo in unblock group modal
Co-authored-by: trevor-signal <131492920+trevor-signal@users.noreply.github.com>
This commit is contained in:
parent
69e9bd7dba
commit
ed3eb18ca0
2 changed files with 5 additions and 1 deletions
|
@ -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>
|
||||
)}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue