changes message for not verified users
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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}."
|
||||
@@ -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}.
|
||||
Reference in New Issue
Block a user