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
|
@ -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…
Add table
Add a link
Reference in a new issue