Added the password error translation

This commit is contained in:
Jero
2018-04-27 10:52:38 -03:00
parent 3dbe59fd27
commit 90c235d9d1
@@ -103,14 +103,13 @@ class SignUp extends React.Component {
/>
{passwordError && (
<span className={styles.hint}>
{' '}
Password must be at least 8 characters.{' '}
{t('talk-plugin-auth.login.password_error')}
</span>
)}
<TextField
id="confirmPassword"
type="password"
label={t('talk-plugin-auth.login.password_error')}
label={t('talk-plugin-auth.login.confirm_password')}
value={passwordRepeat}
style={{ fontSize: 16 }}
showErrors={!!passwordRepeatError}