Bug 1070753 - Rename standalone client's page title to Firefox Hello. r=dmose

This commit is contained in:
Jared Wein 2014-10-10 00:38:35 -04:00
parent 77701f82d3
commit 40084742f8
4 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,6 @@
<html>
<head>
<meta charset="utf-8">
<title>Loop Panel</title>
<link rel="stylesheet" type="text/css" href="loop/shared/css/reset.css">
<link rel="stylesheet" type="text/css" href="loop/shared/css/common.css">
<link rel="stylesheet" type="text/css" href="loop/shared/css/panel.css">

View File

@ -5,7 +5,6 @@
<html>
<head>
<meta charset="utf-8">
<title>Loop</title>
<link rel="stylesheet" type="text/css" href="shared/css/reset.css">
<link rel="stylesheet" type="text/css" href="shared/css/common.css">
<link rel="stylesheet" type="text/css" href="shared/css/conversation.css">

View File

@ -909,6 +909,7 @@ loop.webapp = (function($, _, OT, mozL10n) {
// Set the 'lang' and 'dir' attributes to <html> when the page is translated
document.documentElement.lang = mozL10n.language.code;
document.documentElement.dir = mozL10n.language.direction;
document.title = mozL10n.get("clientShortname2");
}
return {

View File

@ -909,6 +909,7 @@ loop.webapp = (function($, _, OT, mozL10n) {
// Set the 'lang' and 'dir' attributes to <html> when the page is translated
document.documentElement.lang = mozL10n.language.code;
document.documentElement.dir = mozL10n.language.direction;
document.title = mozL10n.get("clientShortname2");
}
return {