review updates

This commit is contained in:
Wyatt Johnson
2018-05-11 09:33:29 -06:00
parent ac7bea209e
commit 42d4abf842
5 changed files with 8 additions and 5 deletions
@@ -124,8 +124,10 @@ class AddEmailAddressDialog extends React.Component {
password: confirmPassword,
});
// TODO: translate
this.props.notify('success', 'Email Added!');
this.props.notify(
'success',
t('talk-plugin-local-auth.add_email.added.alert')
);
this.goToNextStep();
} catch (err) {
this.props.notify('error', getErrorMessages(err));