Fix typo in unblock group modal

This commit is contained in:
trevor-signal
2025-10-02 13:57:37 -04:00
committed by GitHub
parent 15d180a785
commit fac6b39784
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>
)} )}