From 9c991297c5105f6c7607b80021c94d1eda94e4a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javi=20Mart=C3=ADn?= Date: Fri, 10 May 2019 13:35:59 +0200 Subject: [PATCH] Fix typo --- config/locales/en/admin.yml | 2 +- spec/features/admin/budgets_spec.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/locales/en/admin.yml b/config/locales/en/admin.yml index 55c7142fc..1556b915d 100644 --- a/config/locales/en/admin.yml +++ b/config/locales/en/admin.yml @@ -106,7 +106,7 @@ en: blank_dates: Dates are blank destroy: success_notice: Budget deleted successfully - unable_notice: You cannot destroy a Budget that has associated investments + unable_notice: You cannot destroy a budget that has associated investments new: title: New participatory budget winners: diff --git a/spec/features/admin/budgets_spec.rb b/spec/features/admin/budgets_spec.rb index 38347b56e..7417b3a96 100644 --- a/spec/features/admin/budgets_spec.rb +++ b/spec/features/admin/budgets_spec.rb @@ -148,7 +148,7 @@ feature "Admin budgets" do click_link "Edit budget" click_link "Delete budget" - expect(page).to have_content("You cannot destroy a Budget that has associated investments") + expect(page).to have_content("You cannot destroy a budget that has associated investments") expect(page).to have_content("There is 1 budget") end end