changes message for not verified users

This commit is contained in:
decabeza
2017-10-26 17:51:10 +02:00
parent 73d6a09242
commit 00309aa157
3 changed files with 6 additions and 4 deletions

View File

@@ -49,10 +49,10 @@
<%= t("votes.organizations") %>
</p>
</div>
<% elsif user_signed_in? && !proposal.votable_by?(current_user)%>
<% elsif user_signed_in? && !proposal.votable_by?(current_user) %>
<div class="participation-not-allowed" style='display:none' aria-hidden="false">
<p>
<%= t("votes.anonymous",
<%= t("legislation.proposals.not_verified",
verify_account: link_to(t("votes.verify_account"), verification_path )).html_safe %>
</p>
</div>

View File

@@ -122,4 +122,5 @@ en:
share_comment: Comment on %{version_name} from process draft %{process_name}
proposals:
form:
tags_label: "Categories"
tags_label: "Categories"
not_verified: "For vote proposals %{verify_account}."

View File

@@ -122,4 +122,5 @@ es:
share_comment: Comentario sobre la %{version_name} del borrador del proceso %{process_name}
proposals:
form:
tags_label: "Categorías"
tags_label: "Categorías"
not_verified: Para votar propuestas %{verify_account}.