Fix typo
This commit is contained in:
@@ -106,7 +106,7 @@ en:
|
|||||||
blank_dates: Dates are blank
|
blank_dates: Dates are blank
|
||||||
destroy:
|
destroy:
|
||||||
success_notice: Budget deleted successfully
|
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:
|
new:
|
||||||
title: New participatory budget
|
title: New participatory budget
|
||||||
winners:
|
winners:
|
||||||
|
|||||||
@@ -148,7 +148,7 @@ feature "Admin budgets" do
|
|||||||
click_link "Edit budget"
|
click_link "Edit budget"
|
||||||
click_link "Delete 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")
|
expect(page).to have_content("There is 1 budget")
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user