mirror of
https://github.com/wassname/talk.git
synced 2026-08-02 13:10:23 +08:00
fix translation copy
This commit is contained in:
@@ -27,7 +27,7 @@ class DeleteMyAccount extends React.Component {
|
||||
const { cancelAccountDeletion, notify } = this.props;
|
||||
try {
|
||||
await cancelAccountDeletion();
|
||||
notify('success', t('delete_request.account_deletion_requested'));
|
||||
notify('success', t('delete_request.account_deletion_cancelled'));
|
||||
} catch (err) {
|
||||
notify('error', getErrorMessages(err));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user