From c896354a3ff61064754ab276fecce973748cb75b Mon Sep 17 00:00:00 2001
From: Shane Tomlinson <stomlinson@mozilla.com>
Date: Wed, 1 Feb 2012 14:41:01 +0000
Subject: [PATCH] Remove the scroll bar showing in required email flow with
 primary email.

close #947
---
 resources/static/dialog/views/required_email.ejs      | 3 +--
 resources/static/dialog/views/verify_primary_user.ejs | 4 ++--
 2 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/resources/static/dialog/views/required_email.ejs b/resources/static/dialog/views/required_email.ejs
index d38ed5281..28084c226 100644
--- a/resources/static/dialog/views/required_email.ejs
+++ b/resources/static/dialog/views/required_email.ejs
@@ -22,8 +22,7 @@
 
           <% if (verify && primary) { %>
               <li>
-                  <%= gettext("To verify that you own this address, you must sign in with your provider.  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 6a7183bcb..d1cbf5ba0 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>
-              <%= format(gettext("To verify that you own <strong id='primary_email'>%s</strong>, you must sign in with your provider.  This window will be redirected to"), [email]) %>
+              <%= 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">
-    <%= format(gettext("To verify that you own <strong id='primary_email'>%s</strong>, you must sign in with your provider.  This window will be redirected to"), [email]) %>
+    <%= 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>.
-- 
GitLab