fix translation copy

This commit is contained in:
Wyatt Johnson
2018-05-08 15:30:12 -06:00
parent 8c29b0f1d4
commit 1815bd4d75
@@ -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));
}