Skip to content

Commit

Permalink
Add help text when verifying your vote
Browse files Browse the repository at this point in the history
  • Loading branch information
oriolgual committed May 1, 2022
1 parent 89fc3f6 commit b657b10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@

<input type="text" class="vote-identifier" name="vote-identifier" value="<%= params[:vote_id].gsub("_","") %>">
</label>
<p class="help-text"><%= t("decidim.elections.votes.verify.form.vote_identifier_help") %></p>
<div>
<%= link_to(
"#",
Expand Down
1 change: 1 addition & 0 deletions decidim-elections/config/locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -680,6 +680,7 @@ en:
back: Back to the platform
submit: Check
vote_identifier: 'Identifier code:'
vote_identifier_help: This is the identifier that was given to you after you cast your vote (not the code to enter the voting booth).
header:
title: Verify your vote
success:
Expand Down

0 comments on commit b657b10

Please sign in to comment.