diff --git a/resources/views/signin.ejs b/resources/views/signin.ejs index 65eeb86ac0f18403629aaf085d723b7d99616148..d8e2412e1f348250b3d1cdde657c4a1963518f7f 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 cf843da80d7a11b827395c6f78b6119e6cff5c5d..ba9461875811d7f2b0a8a4c5092a1e439b6f3bdc 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">