Use "withdraw" instead of "retire"
We used "retire" because we translated it literally from the Spanish verb "retirar" which can mean both "retire" and "withdraw". Note we're still using "retire" in database fields and method names; changing that might make it harder to upgrade from a previous version of CONSUL.
This commit is contained in:
@@ -9,7 +9,7 @@ describe "Proposal's dashboard" do
|
||||
|
||||
expect(page).to have_link("Edit my proposal")
|
||||
expect(page).to have_link("Edit proposal")
|
||||
expect(page).to have_link("Retire proposal")
|
||||
expect(page).to have_link("Withdraw proposal")
|
||||
expect(page).to have_link("Publish proposal")
|
||||
expect(page).to have_link("Polls")
|
||||
expect(page).to have_link("E-mail")
|
||||
|
||||
Reference in New Issue
Block a user