From 9e0e1c6a57f06ba45bb1e2032d39bd3d0b18446d Mon Sep 17 00:00:00 2001 From: Shane Tomlinson <stomlinson@mozilla.com> Date: Tue, 24 Jul 2012 12:10:21 +0100 Subject: [PATCH] Remove the double spaces in after a period. --- resources/views/signin.ejs | 2 +- resources/views/signup.ejs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/views/signin.ejs b/resources/views/signin.ejs index 65eeb86ac..d8e2412e1 100644 --- a/resources/views/signin.ejs +++ b/resources/views/signin.ejs @@ -58,7 +58,7 @@ <ul class="notifications"> <li class="notification" id="verify_primary"> <p> - <%- 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.'), + <%- 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> diff --git a/resources/views/signup.ejs b/resources/views/signup.ejs index cf843da80..ba9461875 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)>this 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