From bd99cbe07fca13e1652a4d35464d5ad7b22d1898 Mon Sep 17 00:00:00 2001
From: Ben Adida <ben@adida.net>
Date: Tue, 11 Mar 2014 22:36:43 -0700
Subject: [PATCH] reverted some changes, ballot looks good now

---
 heliosbooth/templates/election.html | 6 +++---
 heliosbooth/vote.html               | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/heliosbooth/templates/election.html b/heliosbooth/templates/election.html
index 03656b6..680c4e0 100644
--- a/heliosbooth/templates/election.html
+++ b/heliosbooth/templates/election.html
@@ -6,7 +6,7 @@
 <p>
     
 <ol>
-    <li> <b>Fill in</b> your ballot.<br />
+    <li> <b>Select</b> your preferred options.<br />
 <span style="font-size: 14pt;">You can easily navigate forwards and backwards.</span></li>
 <br />
 
@@ -17,9 +17,9 @@
 </li>
 <br />
 
-    <li> <b>Cast</b> your encrypted ballot.<br />
+    <li> <b>Submit</b> your encrypted ballot.<br />
 <span style="font-size: 14pt;">
-Proceed to log in and submit your encrypted ballot for tallying.
+You will be asked to log in to submit your encrypted ballot for tallying.
 </span>
 </li>
 </ol>
diff --git a/heliosbooth/vote.html b/heliosbooth/vote.html
index 66bee9f..3154795 100644
--- a/heliosbooth/vote.html
+++ b/heliosbooth/vote.html
@@ -602,7 +602,7 @@ BOOTH.do_done = function() {
 <div id="page">
   <div id="progress_div" style="display:none; width: 500px; margin:auto;">
       <table width="100%">
-          <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>
+          <tr><td id="progress_1">(1) Select</td><td id="progress_2">(2) Review</td><td id="progress_3">(3) Submit</td></tr>
       </table>
   </div>
   <div id="election_div" class="panel">
-- 
GitLab