Delete message

This commit is contained in:
Paulo Gustavo Veiga 2021-02-15 17:17:11 -08:00
parent 02fae8e18d
commit f1fbdb7ebe

View File

@ -115,7 +115,7 @@ const AccountInfoDialog = ({ onClose }: AccountInfoDialogProps) => {
<FormGroup> <FormGroup>
{remove && {remove &&
<Alert severity="error"> <Alert severity="error">
<FormattedMessage id="account.delete-warning" defaultMessage=" Keep in mind that you will not be able retrieve any mindmap you have added.If you would still like your account deleted." /> <FormattedMessage id="account.delete-warning" defaultMessage="Keep in mind that you will not be able retrieve any mindmap you have added. All your information will be deleted and it can not be restored." />
</Alert> </Alert>
} }
<FormControlLabel <FormControlLabel