mirror of
https://github.com/wassname/talk.git
synced 2026-07-04 23:04:49 +08:00
Translation for talk-plugin-auth password_error added
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user