diff --git a/app/assets/stylesheets/participacion.scss b/app/assets/stylesheets/participacion.scss index 448938dd0..18303cf2e 100644 --- a/app/assets/stylesheets/participacion.scss +++ b/app/assets/stylesheets/participacion.scss @@ -436,7 +436,7 @@ footer { // 08. Forms // - - - - - - - - - - - - - - - - - - - - - - - - - -form.language { +form.locale-form { display: inline-block; position: relative; diff --git a/app/views/shared/_locale_switcher.html.erb b/app/views/shared/_locale_switcher.html.erb index 3f992e1b2..b60290296 100644 --- a/app/views/shared/_locale_switcher.html.erb +++ b/app/views/shared/_locale_switcher.html.erb @@ -1,6 +1,6 @@
- <%= t("layouts.header.language") %> -
+ <%= t("layouts.header.locale") %> + diff --git a/config/locales/en.yml b/config/locales/en.yml index 830910cf9..df24d783d 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -13,7 +13,7 @@ en: open_city_slogan: So the citizens can decide what kind of city they want. see_all_debates: See all debates my_account_link: My account - language: "Site language:" + locale: "Site language:" administration: Administration moderation: Moderation welcome: Welcome diff --git a/config/locales/es.yml b/config/locales/es.yml index a8493dfd0..4c7e36ce6 100644 --- a/config/locales/es.yml +++ b/config/locales/es.yml @@ -13,7 +13,7 @@ es: open_city_slogan: Para que todos los madrileños decidamos que ciudad queremos tener. see_all_debates: Ver todos los debates my_account_link: Mi cuenta - language: "Idioma de la página:" + locale: "Idioma de la página:" administration: Administrar moderation: Moderar welcome: Portada