Renames "Vote" to "Give support" during the support phase

This commit is contained in:
kikito
2017-01-04 17:10:56 +01:00
parent e9acf295b8
commit 8aa982725e
3 changed files with 3 additions and 3 deletions

View File

@@ -21,7 +21,7 @@
method: "post",
remote: true,
"aria-hidden" => css_for_aria_hidden(reason) do %>
<%= t("budget.investments.investment.vote") %>
<%= t("budget.investments.investment.give_support") %>
<% end %>
<% end %>
</div>

View File

@@ -118,7 +118,7 @@ en:
one: 1 support
other: "%{count} supports"
zero: No supports
vote: Vote
give_support: Support
header:
check_ballot: Check my ballot
different_heading_assigned_html: "You have active votes in another heading: %{heading_link}"

View File

@@ -117,7 +117,7 @@ es:
one: 1 apoyo
other: "%{count} apoyos"
zero: Sin apoyos
vote: Votar
give_support: Apoyar
header:
check_ballot: Revisar mis votos
different_heading_assigned_html: "Ya apoyaste propuestas de otra sección del presupuesto: %{heading_link}"