Improve label of budget phase selector
Co-Authored-By: decabeza <alberto@decabeza.es>
This commit is contained in:
committed by
Javi Martín
parent
4c6de86a72
commit
f126f2c154
@@ -155,7 +155,7 @@ en:
|
|||||||
description_balloting: "Description during Balloting phase"
|
description_balloting: "Description during Balloting phase"
|
||||||
description_reviewing_ballots: "Description during Reviewing Ballots phase"
|
description_reviewing_ballots: "Description during Reviewing Ballots phase"
|
||||||
description_finished: "Description when the budget is finished"
|
description_finished: "Description when the budget is finished"
|
||||||
phase: "Phase"
|
phase: "Active phase"
|
||||||
currency_symbol: "Currency"
|
currency_symbol: "Currency"
|
||||||
voting_style: "Final voting style"
|
voting_style: "Final voting style"
|
||||||
voting_style_knapsack: "Knapsack"
|
voting_style_knapsack: "Knapsack"
|
||||||
|
|||||||
@@ -155,7 +155,7 @@ es:
|
|||||||
description_balloting: "Descripción durante la fase de votación"
|
description_balloting: "Descripción durante la fase de votación"
|
||||||
description_reviewing_ballots: "Descripción durante la fase de revisión de votos"
|
description_reviewing_ballots: "Descripción durante la fase de revisión de votos"
|
||||||
description_finished: "Descripción cuando el presupuesto ha finalizado / Resultados"
|
description_finished: "Descripción cuando el presupuesto ha finalizado / Resultados"
|
||||||
phase: "Fase"
|
phase: "Fase activa"
|
||||||
currency_symbol: "Divisa"
|
currency_symbol: "Divisa"
|
||||||
voting_style: "Estilo de la votación final"
|
voting_style: "Estilo de la votación final"
|
||||||
voting_style_knapsack: Bolsa de dinero
|
voting_style_knapsack: Bolsa de dinero
|
||||||
|
|||||||
@@ -529,7 +529,7 @@ describe "Admin budget investments", :admin do
|
|||||||
|
|
||||||
expect(page).to have_link "Calculate Winner Investments"
|
expect(page).to have_link "Calculate Winner Investments"
|
||||||
|
|
||||||
select "Accepting projects", from: "Phase"
|
select "Accepting projects", from: "Active phase"
|
||||||
click_button "Update Budget"
|
click_button "Update Budget"
|
||||||
|
|
||||||
expect(page).to have_content "Participatory budget updated successfully"
|
expect(page).to have_content "Participatory budget updated successfully"
|
||||||
|
|||||||
@@ -188,7 +188,7 @@ describe "Admin budgets", :admin do
|
|||||||
|
|
||||||
visit edit_admin_budget_path(budget)
|
visit edit_admin_budget_path(budget)
|
||||||
|
|
||||||
expect(page).to have_select "Phase", selected: "Selecting projects"
|
expect(page).to have_select "Active phase", selected: "Selecting projects"
|
||||||
|
|
||||||
expect(page).to have_table "Phases", with_cols: [
|
expect(page).to have_table "Phases", with_cols: [
|
||||||
[
|
[
|
||||||
|
|||||||
Reference in New Issue
Block a user