Skip to content
Snippets Groups Projects
Commit 303dc9d1 authored by Lloyd Hilaiel's avatar Lloyd Hilaiel
Browse files

Merge pull request #1775 from mozilla/issue_1738_browserid_strings

Change some remaining user facing BrowserID strings to Persona.
parents a976e5a3 0e040614
No related branches found
No related tags found
No related merge requests found
......@@ -168,7 +168,7 @@ exports.setup = function(app) {
if ([ 'https://login.persona.org', 'https://login.anosrep.org' ].indexOf(config.get('public_url')) === -1) {
// serve test.ejs to /test or /test/ or /test/index.html
app.get(/^\/test\/(?:index.html)?$/, function (req, res) {
res.render('test.ejs', {title: 'BrowserID QUnit Test', layout: false});
res.render('test.ejs', {title: 'Mozilla Persona QUnit Test', layout: false});
});
} else {
// this is stage or production, explicitly disable all resources under /test
......
......@@ -56,7 +56,7 @@ BrowserID.Errors = (function(){
},
cookiesDisabled: {
title: gettext("BrowserID requires cookies"),
title: gettext("Persona requires cookies"),
message: format(gettext("Please close this window, <a %s>enable cookies</a> and try again"), [" target='_blank' href='" + enableCookiesURL + "'"])
},
......
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