diff options
| author | Echedey López Romero <elr@disroot.org> | 2019-10-07 12:34:38 +0000 |
|---|---|---|
| committer | Echedey López Romero <elr@disroot.org> | 2019-10-07 12:34:38 +0000 |
| commit | 97f9628beaa5edce4081613a2696bc7f89619697 (patch) | |
| tree | e432aa2668ac42f7c5aefd159f44502ed4eb67d7 /src | |
| parent | 122323f35c32a4f12a345a8b3f163e9318f5dea3 (diff) | |
Little fix to "login"/"description" and "register" strings to es.json referenced as verbs.
Diffstat (limited to 'src')
| -rw-r--r-- | src/i18n/es.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/i18n/es.json b/src/i18n/es.json index 91c7f383..92a93cdd 100644 --- a/src/i18n/es.json +++ b/src/i18n/es.json @@ -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", |
