diff --git a/l10n/es.js b/l10n/es.js index e46b8f9..e7a32c8 100644 --- a/l10n/es.js +++ b/l10n/es.js @@ -1,7 +1,7 @@ OC.L10N.register( "weather", { - "Weather" : "Precipitaciones", + "Weather" : "El tiempo", "OpenWeatherMap API Key" : "Clave de la API de OpenWeatherMap", "Save" : "Guardar", "Add a city" : "Añadir una ciudad", diff --git a/l10n/es.json b/l10n/es.json index cda30bf..72aeafb 100644 --- a/l10n/es.json +++ b/l10n/es.json @@ -1,5 +1,5 @@ { "translations": { - "Weather" : "Precipitaciones", + "Weather" : "El tiempo", "OpenWeatherMap API Key" : "Clave de la API de OpenWeatherMap", "Save" : "Guardar", "Add a city" : "Añadir una ciudad",