Skip to content
Snippets Groups Projects
Commit fb72cc17 authored by Austin King's avatar Austin King
Browse files

Making cookie copy match several other uses, fixes Issue 1209.

parent d3bca6ee
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@
</h2>
<% } else if (typeof network !== "undefined" && network.status == 403) { %>
<h2 id="error_403">
<%= gettext("BrowserID required cookies") %>
<%= gettext("BrowserID requires cookies") %>
</h2>
<%= format(gettext("Please close this window, <a %s>enable cookies</a> and try again"), [" target='_blank' href='http://support.mozilla.org/en-US/kb/Websites%20say%20cookies%20are%20blocked'"]) %>
<% } else { %>
......
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