Skip to content
This repository has been archived by the owner on Aug 22, 2019. It is now read-only.

Commit

Permalink
Merge pull request #827 from arasbm/development
Browse files Browse the repository at this point in the history
rename "Open Badge(s) Backpack" -> "Mozilla Backpack"
  • Loading branch information
stenington committed Apr 11, 2013
2 parents e43eaa0 + 2eff6f8 commit 7c761e9
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion acceptance-test/login-test.js
Expand Up @@ -24,6 +24,6 @@ utils.createClient({
.waitForPageToLoad(8000)
.click('css=.js-browserid-link')
.logIntoBrowserID(config.email, config.password)
.selectWindow('title=Open Badge Backpack')
.selectWindow('title=Mozilla Backpack')
.waitForElementPresent('css=div.upload')
.gracefulExit();
2 changes: 1 addition & 1 deletion static/js/badge-accept/badge-accept.js
Expand Up @@ -35,7 +35,7 @@ var Session = function Session(spec) {
}
},
{
siteName: 'Open Badge Backpack',
siteName: 'Mozilla Backpack',
termsOfService: '/tou.html',
privacyPolicy: '/privacy.html',
returnTo: '/issuer/welcome'
Expand Down
2 changes: 1 addition & 1 deletion static/privacy.html
Expand Up @@ -10,7 +10,7 @@
<div class="navbar">
<div class="navbar-inner">
<div class="container" style="position: relative;">
<a class="brand" href="/">Open Badge Backpack</a>
<a class="brand" href="/">Mozilla Backpack</a>
<a href="http://www.mozilla.org/" id="tabzilla">a mozilla.org joint</a>
<ul class="nav">
<li><a href="/">Home</a></li>
Expand Down
2 changes: 1 addition & 1 deletion static/tou.html
Expand Up @@ -10,7 +10,7 @@
<div class="navbar">
<div class="navbar-inner">
<div class="container" style="position: relative;">
<a class="brand" href="/">Open Badge Backpack</a>
<a class="brand" href="/">Mozilla Backpack</a>
<a href="http://www.mozilla.org/" id="tabzilla">a mozilla.org joint</a>
<ul class="nav">
<li><a href="/">Home</a></li>
Expand Down
2 changes: 1 addition & 1 deletion static/vpat.html
Expand Up @@ -12,7 +12,7 @@
<div class="navbar">
<div class="navbar-inner">
<div class="container" style="position: relative;">
<a class="brand" href="/">Open Badge Backpack</a>
<a class="brand" href="/">Mozilla Backpack</a>
<a href="http://www.mozilla.org/" id="tabzilla">a mozilla.org joint</a>
<ul class="nav">
<li><a href="/">Home</a></li>
Expand Down
8 changes: 4 additions & 4 deletions views/badge-accept.html
Expand Up @@ -33,7 +33,7 @@
<h2>Hoorah!</h2>
<p class="lead">
You are about to send <strong class="badge-count">a badge</strong>
to your Open Badges Backpack at <strong class="host"></strong>.
to your Mozilla Backpack at <strong class="host"></strong>.
</p>
<p class="lead">Log in to do so.</p>
<a class="persona-button dark js-browserid-link" href="#">
Expand All @@ -42,7 +42,7 @@ <h2>Hoorah!</h2>
</div>
<div class="logged-in">
<p class="lead">You are about to send <strong class="badge-count">a badge</strong>
to your Open Badges Backpack at <strong class="host"></strong>.</p>
to your Mozilla Backpack at <strong class="host"></strong>.</p>
<button class="next btn btn-primary">Hoorah!</button>
<a href="#" class="logout">
I am not <span class="email"></span>.
Expand All @@ -52,11 +52,11 @@ <h2>Hoorah!</h2>
<div id="farewell" class="narrow" style="display: none">
<p class="badges-0 lead" style="display: none">You didn't add any open badges to your backpack.</p>
<p class="badges-1 lead" style="display: none">
You've sent <strong>1 badge</strong> to your Open Badges Backpack.
You've sent <strong>1 badge</strong> to your Mozilla Backpack.
</p>
<p class="badges-many lead" style="display: none">
You've sent <strong class="badges-added"></strong> badges to your
Open Badges Backpack.
Mozilla Backpack.
</p>
<p class="lead">
Visit your <a href="/" target="_blank">Backpack</a> to manage
Expand Down
2 changes: 1 addition & 1 deletion views/issuer-welcome.html
Expand Up @@ -8,7 +8,7 @@ <h1>Badges</h1>
</div>
</div>
<div class="span8 column">
<h1>Welcome to your Open Badge Backpack!</h1>
<h1>Welcome to your Mozilla Backpack!</h1>
<h2>So glad you could join us.</h2>

<p>
Expand Down
2 changes: 1 addition & 1 deletion views/layout.html
Expand Up @@ -7,7 +7,7 @@
<link rel="icon" href="/favicon.ico">
<link href="//www.mozilla.org/tabzilla/media/css/tabzilla.css" rel="stylesheet" />
<link rel="stylesheet" href="/css/backpack.min.css" type="text/css" media="all" />
<title dir="ltr">Open Badge Backpack</title>
<title dir="ltr">Mozilla Backpack</title>
<script type="text/javascript" src="/js/modernizr.js"></script>
<script type="text/javascript" src="https://login.persona.org/include.js"></script>
<script type="text/javascript" src="/js/jquery.min.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion views/login.html
Expand Up @@ -17,7 +17,7 @@ <h1 class="title">Welcome to your Backpack</h1>

function launchBrowserId(callback) {
return function() { navigator.id.get(callback, {
siteName: 'Open Badge Backpack',
siteName: 'Mozilla Backpack',
termsOfService: '/tou.html',
privacyPolicy: '/privacy.html',
returnTo: '/'
Expand Down

0 comments on commit 7c761e9

Please sign in to comment.