diff --git a/app/views/layouts/_header.html.erb b/app/views/layouts/_header.html.erb index b6cbe6636..365b720a6 100644 --- a/app/views/layouts/_header.html.erb +++ b/app/views/layouts/_header.html.erb @@ -53,6 +53,7 @@
<%= t("layouts.header.open_city_slogan") %>
<%= t("layouts.header.open_city_text") %>
+<%= t("layouts.header.open_city_soon") %>
<%= link_to t("layouts.header.see_all_debates"), debates_path, class: "button radius" %> diff --git a/spec/features/localization_spec.rb b/spec/features/localization_spec.rb index 900477295..04993cb69 100644 --- a/spec/features/localization_spec.rb +++ b/spec/features/localization_spec.rb @@ -6,7 +6,7 @@ feature 'Localization' do visit root_path(locale: :es) visit root_path(locale: :klingon) - expect(page).to have_text('Estamos abriendo Madrid') + expect(page).to have_text('La ciudad que quieres, serĂ¡ la ciudad que quieras.') end scenario 'Available locales appear in the locale switcher' do