Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add help text when verifying your vote #9190

Merged
merged 1 commit into from
May 1, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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