Change text of send edit warn dialog
This commit is contained in:
parent
26e44165b6
commit
8538e43c7e
2 changed files with 11 additions and 3 deletions
|
@ -3157,10 +3157,18 @@
|
|||
},
|
||||
"icu:SendEdit--dialog--title": {
|
||||
"messageformat": "Signal beta only",
|
||||
"description": "Title of the modal shown before sending your first edit message"
|
||||
"description": "(deleted 8/30) Title of the modal shown before sending your first edit message"
|
||||
},
|
||||
"icu:SendEdit--dialog--body": {
|
||||
"messageformat": "Editing messages is available to Signal beta users only. If you edit a message, it will only be visible to people who are on the latest version of Signal beta.",
|
||||
"description": "(deleted 8/30) Body text of the modal shown before sending your first edit message"
|
||||
},
|
||||
"icu:SendEdit--dialog--title2": {
|
||||
"messageformat": "Edit Message",
|
||||
"description": "Title of the modal shown before sending your first edit message"
|
||||
},
|
||||
"icu:SendEdit--dialog--body2": {
|
||||
"messageformat": "If you edit a message, it will only be visible to people who are on the latest versions of Signal. They will be able to see you edited a message.",
|
||||
"description": "Body text of the modal shown before sending your first edit message"
|
||||
},
|
||||
"icu:SendFormatting--dialog--title": {
|
||||
|
|
|
@ -30,9 +30,9 @@ export function SendEditWarningModal({
|
|||
i18n={i18n}
|
||||
onCancel={onCancel}
|
||||
onClose={onCancel}
|
||||
title={i18n('icu:SendEdit--dialog--title')}
|
||||
title={i18n('icu:SendEdit--dialog--title2')}
|
||||
>
|
||||
{i18n('icu:SendEdit--dialog--body')}
|
||||
{i18n('icu:SendEdit--dialog--body2')}
|
||||
</ConfirmationDialog>
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue