Skip to content
Snippets Groups Projects
Commit c896354a authored by Shane Tomlinson's avatar Shane Tomlinson Committed by Austin King
Browse files

Remove the scroll bar showing in required email flow with primary email.

close #947
parent cc98cf21
No related branches found
No related tags found
No related merge requests found
......@@ -22,8 +22,7 @@
<% if (verify && primary) { %>
<li>
<%= gettext("To verify that you own this address, you must sign in with your provider. This window will be redirected to") %>
<%= gettext("You must sign in with your email provider to verify ownership of this address. This window will be redirected to") %>
<p>
<strong></strong>.
</p>
......
......@@ -16,7 +16,7 @@
</li>
<li>
<%= format(gettext("To verify that you own <strong id='primary_email'>%s</strong>, you must sign in with your provider. This window will be redirected to"), [email]) %>
<%= gettext("You must sign in with your email provider to verify ownership of this address. This window will be redirected to") %>
<p>
<strong><%= auth_url %></strong>.
......@@ -33,7 +33,7 @@
<strong><%= gettext("Verify With Email Provider") %></strong>
<div class="cf form_section">
<%= format(gettext("To verify that you own <strong id='primary_email'>%s</strong>, you must sign in with your provider. This window will be redirected to"), [email]) %>
<%= gettext("You must sign in with your email provider to verify ownership of this address. This window will be redirected to") %>
<p>
<strong><%= auth_url %></strong>.
......
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