Fix typo in unblock group modal

Co-authored-by: trevor-signal <131492920+trevor-signal@users.noreply.github.com>
This commit is contained in:
automated-signal 2025-10-06 14:07:36 -05:00 committed by GitHub
commit ed3eb18ca0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 1 deletions

View file

@ -5988,6 +5988,10 @@
"messageformat": "Your contacts will be able add you to this group.", "messageformat": "Your contacts will be able add you to this group.",
"description": "This is the modal content for confirming unblock of a 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": { "icu:ConversationDetailsActions--unblock-group-modal-confirm": {
"messageformat": "Unblock", "messageformat": "Unblock",
"description": "This is the modal button to confirm unblock of a group" "description": "This is the modal button to confirm unblock of a group"

View file

@ -237,7 +237,7 @@ export function ConversationDetailsActions({
} }
)} )}
> >
{i18n('icu:ConversationDetailsActions--unblock-group-modal-content')} {i18n('icu:ConversationDetailsActions--unblock-group-modal-body')}
</ConfirmationDialog> </ConfirmationDialog>
)} )}