diff --git a/config/locales/en.yml b/config/locales/en.yml index 98afaeb4f..5a48149b9 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -10,7 +10,6 @@ en: external_link_blog_url: "/blog" open_gov: "%{open} government" open: "Open" - logo: "Open government | Participation" participation: Participation open_city_title: "The city you want, it will be the city you want." open_city_slogan: diff --git a/config/locales/es.yml b/config/locales/es.yml index d7b15082e..5a502045c 100644 --- a/config/locales/es.yml +++ b/config/locales/es.yml @@ -10,7 +10,6 @@ es: external_link_blog_url: "/blog" open_gov: "Gobierno %{open}" open: "abierto" - logo: "Gobierno abierto | Participación" participation: Participación open_city_title: "La ciudad que quieres será la ciudad que quieras." open_city_slogan: diff --git a/spec/features/users_spec.rb b/spec/features/users_spec.rb index f47042de2..2a3b19b5d 100644 --- a/spec/features/users_spec.rb +++ b/spec/features/users_spec.rb @@ -176,7 +176,7 @@ feature 'Users' do click_link 'Forgot your password?' fill_in 'user_email', with: 'manuela@madrid.es' - click_button 'Send me reset password instructions' + click_button 'Send me reset password' expect(page).to have_content "You will receive an email with instructions on how to reset your password in a few minutes." diff --git a/spec/support/common_actions.rb b/spec/support/common_actions.rb index 508daa297..2de06ce92 100644 --- a/spec/support/common_actions.rb +++ b/spec/support/common_actions.rb @@ -41,7 +41,7 @@ module CommonActions click_link 'Forgot your password?' fill_in 'user_email', with: 'manuela@madrid.es' - click_button 'Send me reset password instructions' + click_button 'Send me reset password' end def comment_on(debate, user = nil)