Skip to content

Commit

Permalink
Fix translate (#826)
Browse files Browse the repository at this point in the history
Fix ES translations
  • Loading branch information
perpifran authored and glena committed Jan 23, 2017
1 parent 6e30b72 commit e01e34b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/i18n/es.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default {
login: {
"blocked_user": "El usuario se encuentra bloqueado.",
"invalid_user_password": "Credenciales inválidas.",
"lock.fallback": "Ocurrió un error al inciar sesión.",
"lock.fallback": "Ocurrió un error al iniciar sesión.",
"lock.invalid_code": "Código inválido.",
"lock.invalid_email_password": "Correo y contraseña inválidos.",
"lock.invalid_username_password": "Usuario y contraseña inválidos.",
Expand Down

0 comments on commit e01e34b

Please sign in to comment.