[CORL-546] Adjusted rejected username copy (#2483)

* fix: fixed copy, removed broken translations

* chore: version bump
This commit is contained in:
Wyatt Johnson
2019-08-16 21:15:59 +00:00
committed by GitHub
parent 2ea0d51613
commit a4c4032b0d
17 changed files with 5 additions and 31 deletions
@@ -81,7 +81,7 @@ class EmbedContainer extends React.Component {
},
}
) => {
notify('info', t('your_username_has_been_rejected'));
notify('info', t('your_username_has_been_rejected_not_in_line'));
props.updateStatus(state.status);
},
},
@@ -48,7 +48,7 @@ class ChangeUsername extends Component {
return (
<RestrictedMessageBox>
<div className="talk-change-username">
<span>{t('framework.edit_name.msg')}</span>
<span>{t('framework.edit_name.rejected')}</span>
<div className={styles.alert}>{alert}</div>
<label htmlFor="username" className="screen-reader-text">
{t('framework.edit_name.label')}