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

Remove the "and make sign in easier" text.

parent 2a53eb9c
No related branches found
No related tags found
No related merge requests found
......@@ -56,7 +56,7 @@ BrowserID.Errors = (function(){
},
cookiesDisabled: {
title: gettext("Persona requires cookies to remember you and make signing in easier."),
title: gettext("Persona requires cookies to remember you."),
message: format(gettext("Please close this window, <a %s>enable cookies</a> and try again"), [" target='_blank' href='" + enableCookiesURL + "'"])
},
......
......@@ -11,7 +11,7 @@
</h2>
<% } else if (typeof network !== "undefined" && network.status == 403) { %>
<h2 id="error_403">
<%= gettext("Persona requires cookies to remember you and make signing in easier.") %>
<%= gettext("Persona requires cookies to remember you.") %>
</h2>
<%= format(gettext("Please close this window, <a %s>enable cookies</a> and try again"), [" target='_blank' href='http://support.mozilla.org/kb/Websites%20say%20cookies%20are%20blocked'"]) %>
<% } else if(typeof title === "string") { %>
......
......@@ -6,7 +6,7 @@
<div class="table">
<div class="vertical contents">
<h2 id="reason">
<%= gettext("Persona requires cookies to remember you and make signing in easier.") %>
<%= gettext("Persona requires cookies to remember you.") %>
</h2>
<p>
......
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