diff --git a/app/views/legislation/proposals/_votes.html.erb b/app/views/legislation/proposals/_votes.html.erb index 79e332e82..f56c0ead2 100644 --- a/app/views/legislation/proposals/_votes.html.erb +++ b/app/views/legislation/proposals/_votes.html.erb @@ -1,43 +1,47 @@ <% voted_classes = css_classes_for_vote(@legislation_proposal_votes, proposal) %>
<%= t("legislation.proposals.closed") %>
+ <% end %> <%= t("proposals.proposal.votes", count: proposal.total_votes) %> diff --git a/config/locales/en/legislation.yml b/config/locales/en/legislation.yml index 4924e1f3f..5dd0d0196 100644 --- a/config/locales/en/legislation.yml +++ b/config/locales/en/legislation.yml @@ -123,4 +123,5 @@ en: proposals: form: tags_label: "Categories" - not_verified: "For vote proposals %{verify_account}." \ No newline at end of file + not_verified: "For vote proposals %{verify_account}." + closed: "This process has been closed and can not receive votes." \ No newline at end of file diff --git a/config/locales/es/legislation.yml b/config/locales/es/legislation.yml index 19038c747..0ded24d65 100644 --- a/config/locales/es/legislation.yml +++ b/config/locales/es/legislation.yml @@ -123,4 +123,5 @@ es: proposals: form: tags_label: "CategorÃas" - not_verified: Para votar propuestas %{verify_account}. \ No newline at end of file + not_verified: Para votar propuestas %{verify_account}. + closed: "Este proceso se ha cerrado y ya no puede recoger votos." \ No newline at end of file