forked from AkkomaGang/akkoma-fe
Little fix to "login"/"description" and "register" strings to es.json referenced as verbs.
This commit is contained in:
parent
122323f35c
commit
97f9628bea
1 changed files with 2 additions and 2 deletions
|
@ -45,8 +45,8 @@
|
|||
"error": "Se ha producido un error al importar el archivo."
|
||||
},
|
||||
"login": {
|
||||
"login": "Identificación",
|
||||
"description": "Identificación con OAuth",
|
||||
"login": "Identificarse",
|
||||
"description": "Identificarse con OAuth",
|
||||
"logout": "Cerrar sesión",
|
||||
"password": "Contraseña",
|
||||
"placeholder": "p.ej. lain",
|
||||
|
|
Loading…
Reference in a new issue