From 8c36547cceb7375a62bc117468a31412647ee000 Mon Sep 17 00:00:00 2001
From: Shane Tomlinson <stomlinson@mozilla.com>
Date: Mon, 23 Jul 2012 18:48:52 +0100
Subject: [PATCH] Update the "To verify that you own" strings to unify copy and
 clean up bad grammar.

---
 resources/views/signin.ejs | 4 ++--
 resources/views/signup.ejs | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/resources/views/signin.ejs b/resources/views/signin.ejs
index 08e07fc8c..65eeb86ac 100644
--- a/resources/views/signin.ejs
+++ b/resources/views/signin.ejs
@@ -58,8 +58,8 @@
             <ul class="notifications">
                 <li class="notification" id="verify_primary">
                   <p>
-                    <%- format(gettext('To verify that you own <strong %(primaryId)>address</strong>, you must sign in with your provider.  A new window will be opened.'),
-                               { primaryId: 'id="primary_email"' }) %>
+                    <%- format(gettext('To verify that you own <strong %(emailId)>this address</strong>, you must sign in with your provider.  A new window will be opened.'),
+                               { emailId: 'id="primary_email"' }) %>
                   </p>
 
                   <p class="submit">
diff --git a/resources/views/signup.ejs b/resources/views/signup.ejs
index 364e1ad40..cf843da80 100644
--- a/resources/views/signup.ejs
+++ b/resources/views/signup.ejs
@@ -95,7 +95,7 @@
                 <!-- This has to go down here because of the button.  Firefox clicks the first button in the form whenever the user hits enter in the form, whether the button is shown or not, and even if there is an input[type=submit].  Ghetto.  -->
                 <li class="notification" id="primary_verify">
                   <p>
-                    <%- format(gettext('To verify that you own <strong %(emailId)>address</strong>, you must sign in with your provider.  A new window will be opened.'), { emailId: 'id="primary_email"' }) %>
+                    <%- format(gettext('To verify that you own <strong %(emailId)>this address</strong>, you must sign in with your provider.  A new window will be opened.'), { emailId: 'id="primary_email"' }) %>
                   </p>
 
                   <p class="submit">
-- 
GitLab