diff --git a/l10n/es.js b/l10n/es.js index 3b7054f..e46b8f9 100644 --- a/l10n/es.js +++ b/l10n/es.js @@ -1,7 +1,7 @@ OC.L10N.register( "weather", { - "Weather" : "Temperatura", + "Weather" : "Precipitaciones", "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 3be194d..cda30bf 100644 --- a/l10n/es.json +++ b/l10n/es.json @@ -1,5 +1,5 @@ { "translations": { - "Weather" : "Temperatura", + "Weather" : "Precipitaciones", "OpenWeatherMap API Key" : "Clave de la API de OpenWeatherMap", "Save" : "Guardar", "Add a city" : "Añadir una ciudad",