diff options
Diffstat (limited to 'apps/oauth2/l10n/es.js')
-rw-r--r-- | apps/oauth2/l10n/es.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/oauth2/l10n/es.js b/apps/oauth2/l10n/es.js index 12786b9008e..966b3c19fb3 100644 --- a/apps/oauth2/l10n/es.js +++ b/apps/oauth2/l10n/es.js @@ -15,8 +15,8 @@ OC.L10N.register( "Delete client" : "Eliminar cliente", "Add client" : "Añadir cliente", "Add" : "Añadir", - "Show client secret" : "Mostrar secreto del cliente", "Delete" : "Eliminar", + "Show client secret" : "Mostrar secreto del cliente", "Secret" : "Secreto" }, "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); |