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

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

parent 06c08049
No related branches found
No related tags found
No related merge requests found
......@@ -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">
......
......@@ -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">
......
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