From 0e040614f6a21975786e26334039d7c124569dc9 Mon Sep 17 00:00:00 2001
From: Shane Tomlinson <stomlinson@mozilla.com>
Date: Mon, 18 Jun 2012 13:45:50 +0100
Subject: [PATCH] Change some remaining user facing BrowserID strings to
 Persona.

---
 lib/browserid/views.js                    | 2 +-
 resources/static/shared/error-messages.js | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/browserid/views.js b/lib/browserid/views.js
index 15fcadb07..5d8b14e04 100644
--- a/lib/browserid/views.js
+++ b/lib/browserid/views.js
@@ -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
diff --git a/resources/static/shared/error-messages.js b/resources/static/shared/error-messages.js
index 5b3530452..f761aabf6 100644
--- a/resources/static/shared/error-messages.js
+++ b/resources/static/shared/error-messages.js
@@ -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 + "'"])
 
     },
-- 
GitLab