Skip to content

Commit

Permalink
more tweaks to ballot wording
Browse files Browse the repository at this point in the history
  • Loading branch information
benadida committed Mar 12, 2014
1 parent 5236388 commit b44d6ad
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions heliosbooth/templates/election.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,20 @@
<p>

<ol>
<li> <b>Select</b> the answers you prefer.<br />
<span style="font-size: 14pt;">You can easily navigate forwards and backwards through the questions.</span></li>
<li> <b>Fill in</b> your ballot.<br />
<span style="font-size: 14pt;">You can easily navigate forwards and backwards.</span></li>
<br />

<li> <b>Confirm</b> your selection.<br />
<li> <b>Review &amp; Confirm</b> your choices.<br />
<span style="font-size: 14pt;">
Your choices are encrypted safely inside your browser, and you get a smart ballot tracker.<br />
</span>
</li>
<br />

<li> <b>Submit</b> your encrypted ballot.<br />
<li> <b>Cast</b> your encrypted ballot.<br />
<span style="font-size: 14pt;">
Proceed to log in and cast your encrypted ballot for tallying.
Proceed to log in and submit your encrypted ballot for tallying.
</span>
</li>
</ol>
Expand Down
2 changes: 1 addition & 1 deletion heliosbooth/templates/question.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
{#/if}
{#else}
{#if $T.question.max}
up to {$T.question.max}
{#if $T.question.max > 1}up to {#/if}{$T.question.max}
{#else}
as many as you approve of
{#/if}
Expand Down
2 changes: 1 addition & 1 deletion heliosbooth/vote.html
Original file line number Diff line number Diff line change
Expand Up @@ -602,7 +602,7 @@
<div id="page">
<div id="progress_div" style="display:none; width: 500px; margin:auto;">
<table width="100%">
<tr><td id="progress_1">(1) Select</td><td id="progress_2">(2) Confirm</td><td id="progress_3">(3) Submit</td></tr>
<tr><td id="progress_1">(1) Fill In</td><td id="progress_2">(2) Review &amp; Confirm</td><td id="progress_3">(3) Cast</td></tr>
</table>
</div>
<div id="election_div" class="panel">
Expand Down

0 comments on commit b44d6ad

Please sign in to comment.