diff --git a/resources/static/dialog/views/required_email.ejs b/resources/static/dialog/views/required_email.ejs
index 28084c226f8eb1ebb554364823f3d39b60b9f49e..2f8cf5472ac565e6c724d6695ad9235a32bef697 100644
--- a/resources/static/dialog/views/required_email.ejs
+++ b/resources/static/dialog/views/required_email.ejs
@@ -22,7 +22,7 @@
 
           <% if (verify && primary) { %>
               <li>
-                  <%= gettext("You must sign in with your email provider to verify ownership of this address.  This window will be redirected to") %>
+                  <%= gettext("You must sign in with your email provider to verify ownership of this address. This window will be redirected to") %>
                   <p>
                       <strong></strong>.
                   </p>
diff --git a/resources/static/dialog/views/verify_primary_user.ejs b/resources/static/dialog/views/verify_primary_user.ejs
index d1cbf5ba0f265f1bfe5e31024e7c213689d61945..105cb872e2b771bb171849ffd32f92a9723318f0 100644
--- a/resources/static/dialog/views/verify_primary_user.ejs
+++ b/resources/static/dialog/views/verify_primary_user.ejs
@@ -16,7 +16,7 @@
           </li>
 
           <li>
-              <%= gettext("You must sign in with your email provider to verify ownership of this address.  This window will be redirected to") %>
+              <%= gettext("You must sign in with your email provider to verify ownership of this address. This window will be redirected to") %>
 
               <p>
                   <strong><%= auth_url %></strong>.
@@ -33,7 +33,7 @@
   <strong><%= gettext("Verify With Email Provider") %></strong>
 
   <div class="cf form_section">
-    <%= gettext("You must sign in with your email provider to verify ownership of this address.  This window will be redirected to") %>
+    <%= gettext("You must sign in with your email provider to verify ownership of this address. This window will be redirected to") %>
 
     <p>
       <strong><%= auth_url %></strong>.
diff --git a/resources/static/shared/wait-messages.js b/resources/static/shared/wait-messages.js
index 20b11a4b50e2d817073f9599e41f0104b3d13327..00a64aa65609bbe0036a9bda3033220cced2ca87 100644
--- a/resources/static/shared/wait-messages.js
+++ b/resources/static/shared/wait-messages.js
@@ -17,7 +17,7 @@ BrowserID.Wait = (function(){
 
     slowXHR: {
       title:  gettext("We are sorry, this request is taking a LOOONG time."),
-      message:  gettext("This message will go away when the request completes (hopefully soon).  If you wait too long, close this window and try again."),
+      message:  gettext("This message will go away when the request completes (hopefully soon). If you wait too long, close this window and try again."),
       id: "slowXHR"
     }
 
diff --git a/resources/views/verify_email_address.ejs b/resources/views/verify_email_address.ejs
index e8ead6f6ffad837d1c43ecd3c9222d7940cbc97d..4df7506ed2be239db5aeeff28049931b1820ede6 100644
--- a/resources/views/verify_email_address.ejs
+++ b/resources/views/verify_email_address.ejs
@@ -5,7 +5,7 @@
 <div id="vAlign" class="display_always">
     <div id="signUpFormWrap">
         <ul class="notifications">
-            <li class="notification error" id="cannotconfirm"><%= gettext('There was a problem with your signup link.  Has this address already been registered?') %></li>
+            <li class="notification error" id="cannotconfirm"><%= gettext('There was a problem with your signup link. Has this address already been registered?') %></li>
             <li class="notification error" id="cannotcommunicate"><%= gettext('Error comunicating with server.') %></li>
             <li class="notification error" id="cannotcomplete"><%= gettext('Error encountered trying to complete registration.') %></li>
         </ul>