Skip to content
Snippets Groups Projects
Commit 3e8cf730 authored by Shane Tomlinson's avatar Shane Tomlinson
Browse files

Merge pull request #2141 from mozilla/issue_2136_l10n_copy

Update the "To verify that you own" strings to unify copy and clean up bad grammar.

@mathjazz gave me the r+ in IRC.  Merging!

close #2136
parents fb120fc0 9e0e1c6a
No related branches found
No related tags found
No related merge requests found
...@@ -58,8 +58,8 @@ ...@@ -58,8 +58,8 @@
<ul class="notifications"> <ul class="notifications">
<li class="notification" id="verify_primary"> <li class="notification" id="verify_primary">
<p> <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.'), <%- 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.'),
{ primaryId: 'id="primary_email"' }) %> { emailId: 'id="primary_email"' }) %>
</p> </p>
<p class="submit"> <p class="submit">
......
...@@ -95,7 +95,7 @@ ...@@ -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. --> <!-- 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"> <li class="notification" id="primary_verify">
<p> <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>
<p class="submit"> <p class="submit">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment