Fix button text on dashboard polls form
This commit is contained in:
@@ -42,7 +42,7 @@
|
|||||||
|
|
||||||
<div class="row expanded">
|
<div class="row expanded">
|
||||||
<div class="small-12 medium-6 large-4 column">
|
<div class="small-12 medium-6 large-4 column">
|
||||||
<%= f.submit t("dashboard.polls.new.submit"),
|
<%= f.submit t("dashboard.polls.#{admin_submit_action(poll)}.submit"),
|
||||||
class: "button success expanded" %>
|
class: "button success expanded" %>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -198,6 +198,20 @@ ignore_unused:
|
|||||||
# - "simple_form.{yes,no}"
|
# - "simple_form.{yes,no}"
|
||||||
# - "simple_form.{placeholders,hints,labels}.*"
|
# - "simple_form.{placeholders,hints,labels}.*"
|
||||||
# - "simple_form.{error_notification,required}.:"
|
# - "simple_form.{error_notification,required}.:"
|
||||||
|
#### Review unused keys after merge with Budgest (both en and es)
|
||||||
|
- users.show.confirm_deletion_spending_proposal
|
||||||
|
- users.show.delete_spending_proposal
|
||||||
|
- verification.letter.create.flash.offices_url
|
||||||
|
- verification.letter.new.offices_url
|
||||||
|
- votes.budget_investments.different_heading_assigned*
|
||||||
|
- layouts.header.open_city_title
|
||||||
|
- admin.stats.polls.current
|
||||||
|
- admin.stats.polls.expired
|
||||||
|
- "stats.polls.*_percentage"
|
||||||
|
- landings.cambia_tu_ciudad.*
|
||||||
|
- 'seeds.settings.*'
|
||||||
|
- "dashboard.polls.*.submit"
|
||||||
|
####
|
||||||
## Exclude these keys from the `i18n-tasks eq-base" report:
|
## Exclude these keys from the `i18n-tasks eq-base" report:
|
||||||
# ignore_eq_base:
|
# ignore_eq_base:
|
||||||
# all:
|
# all:
|
||||||
|
|||||||
@@ -551,6 +551,8 @@ en:
|
|||||||
new:
|
new:
|
||||||
title: New poll
|
title: New poll
|
||||||
submit: Create poll
|
submit: Create poll
|
||||||
|
edit:
|
||||||
|
submit: Update poll
|
||||||
poll:
|
poll:
|
||||||
responses:
|
responses:
|
||||||
one: "%{count} response"
|
one: "%{count} response"
|
||||||
|
|||||||
@@ -551,6 +551,8 @@ es:
|
|||||||
new:
|
new:
|
||||||
title: Nueva encuesta
|
title: Nueva encuesta
|
||||||
submit: Crear encuesta
|
submit: Crear encuesta
|
||||||
|
edit:
|
||||||
|
submit: Actualizar encuesta
|
||||||
poll:
|
poll:
|
||||||
responses:
|
responses:
|
||||||
one: "%{count} respuesta"
|
one: "%{count} respuesta"
|
||||||
|
|||||||
Reference in New Issue
Block a user