Update there are no budget i18n to add consistency

This commit is contained in:
decabeza
2019-01-16 14:32:20 +01:00
parent 8b8e89f343
commit d93fd07bb7
3 changed files with 4 additions and 4 deletions

View File

@@ -87,7 +87,7 @@ en:
table_edit_budget: Edit table_edit_budget: Edit
edit_groups: Edit headings groups edit_groups: Edit headings groups
edit_budget: Edit budget edit_budget: Edit budget
no_budgets: "There are no open budgets." no_budgets: "There are no budgets."
create: create:
notice: New participatory budget created successfully! notice: New participatory budget created successfully!
update: update:

View File

@@ -87,7 +87,7 @@ es:
table_edit_budget: Editar table_edit_budget: Editar
edit_groups: Editar grupos de partidas edit_groups: Editar grupos de partidas
edit_budget: Editar presupuesto edit_budget: Editar presupuesto
no_budgets: "No hay presupuestos abiertos." no_budgets: "No hay presupuestos."
create: create:
notice: '¡Presupuestos participativos creados con éxito!' notice: '¡Presupuestos participativos creados con éxito!'
update: update:

View File

@@ -28,7 +28,7 @@ feature 'Admin budgets' do
scenario 'Displaying no open budgets text' do scenario 'Displaying no open budgets text' do
visit admin_budgets_path visit admin_budgets_path
expect(page).to have_content("There are no open budgets.") expect(page).to have_content("There are no budgets.")
end end
scenario 'Displaying budgets' do scenario 'Displaying budgets' do
@@ -125,7 +125,7 @@ feature 'Admin budgets' do
click_link 'Delete budget' click_link 'Delete budget'
expect(page).to have_content('Budget deleted successfully') expect(page).to have_content('Budget deleted successfully')
expect(page).to have_content('There are no open budgets.') expect(page).to have_content('There are no budgets.')
end end
scenario 'Try to destroy a budget with investments' do scenario 'Try to destroy a budget with investments' do