diff --git a/app/views/proposals/_votes.html.erb b/app/views/proposals/_votes.html.erb index b7e7d12a0..7d0116599 100644 --- a/app/views/proposals/_votes.html.erb +++ b/app/views/proposals/_votes.html.erb @@ -10,8 +10,8 @@ <%= t("proposals.proposal.supports", count: proposal.total_votes) %>  - "> - <%= t("proposals.proposal.supports_necessary") %> + "> + <%= t("proposals.proposal.supports_necessary", number: number_with_delimiter(Proposal.votes_needed_for_success)) %> diff --git a/config/locales/en.yml b/config/locales/en.yml index 2d963f3be..b69f61197 100755 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -184,8 +184,8 @@ en: zero: "No supports" one: "1 support" other: "%{count} supports" - supports_necessary: "53,726 supports needed" - census_percent: "2% of Census" + supports_necessary: "%{number} supports needed" + reason_for_supports_necessary: "2% of Census" total_percent: "100%" already_supported: "You have already supported this proposal. Share it!" form: diff --git a/config/locales/es.yml b/config/locales/es.yml index 34871cce8..9a8b6b1a3 100644 --- a/config/locales/es.yml +++ b/config/locales/es.yml @@ -184,8 +184,8 @@ es: zero: "Sin apoyos" one: "1 apoyo" other: "%{count} apoyos" - supports_necessary: "53.726 apoyos necesarios" - census_percent: "2% del Censo" + supports_necessary: "%{number} apoyos necesarios" + reason_for_supports_necessary: "2% del Censo" total_percent: "100%" already_supported: "¡Ya has apoyado esta propuesta, compártela!" form: