Translation for talk-plugin-auth password_error added

This commit is contained in:
Jero
2018-04-27 10:25:59 -03:00
parent d9a2b10afd
commit 3dbe59fd27
2 changed files with 4 additions and 1 deletions
@@ -110,7 +110,7 @@ class SignUp extends React.Component {
<TextField
id="confirmPassword"
type="password"
label={t('talk-plugin-auth.login.confirm_password')}
label={t('talk-plugin-auth.login.password_error')}
value={passwordRepeat}
style={{ fontSize: 16 }}
showErrors={!!passwordRepeatError}
@@ -60,6 +60,7 @@ da:
or: "Or"
email: "E-mail Address"
password: "Password"
password_error: "Password must be at least 8 characters."
forgot_your_pass: "Forgot your password?"
need_an_account: "Need an account?"
register: "Register"
@@ -103,6 +104,7 @@ en:
or: "Or"
email: "E-mail Address"
password: "Password"
password_error: "Password must be at least 8 characters."
forgot_your_pass: "Forgot your password?"
need_an_account: "Need an account?"
register: "Register"
@@ -192,6 +194,7 @@ es:
or: "O"
email: "Dirección de Correo"
password: "Contraseña"
password_error: "La contraseña debe tener al menos 8 caracteres."
forgot_your_pass: "¿Has olvidado tu contraseña?"
need_an_account: "¿Necesitas una cuenta?"
register: "Registrar"