mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 965605 - Update about:accounts intro page strings to match the latest draft r=markh
This commit is contained in:
parent
09da54b27b
commit
d0056eabbb
@ -230,6 +230,8 @@ function init() {
|
||||
if (user) {
|
||||
show("stage");
|
||||
show("manage");
|
||||
let sb = Services.strings.createBundle("chrome://browser/locale/syncSetup.properties");
|
||||
document.title = sb.GetStringFromName("manage.pageTitle");
|
||||
} else {
|
||||
show("stage");
|
||||
show("intro");
|
||||
|
@ -15,7 +15,7 @@
|
||||
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<title>&syncBrand.fxa-plural.label;</title>
|
||||
<title>&aboutAccounts.pageTitle;</title>
|
||||
<meta name="viewport" content="width=device-width"/>
|
||||
|
||||
|
||||
@ -55,9 +55,7 @@
|
||||
|
||||
<div id="intro">
|
||||
<header>
|
||||
<h1>&syncBrand.fxa-plural.label;</h1>
|
||||
|
||||
<h2>&syncBrand.shortName.label;</h2>
|
||||
<h1>&aboutAccounts.pageTitle;</h1>
|
||||
</header>
|
||||
|
||||
<section>
|
||||
|
@ -2,6 +2,8 @@
|
||||
- License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
|
||||
|
||||
<!ENTITY aboutAccountsSetup.description "Sign in to backup and sync your tabs, bookmarks, and more.">
|
||||
<!ENTITY aboutAccountsSetup.startButton.label "Get Started">
|
||||
<!ENTITY aboutAccountsSetup.useOldSync.label "Using Sync on an older version of &brandShortName;?">
|
||||
<!ENTITY aboutAccounts.pageTitle "Welcome to Sync">
|
||||
|
||||
<!ENTITY aboutAccountsSetup.description "Sign in to sync your tabs, bookmarks, passwords & more.">
|
||||
<!ENTITY aboutAccountsSetup.startButton.label "Get started">
|
||||
<!ENTITY aboutAccountsSetup.useOldSync.label "Using an older version of Sync?">
|
||||
|
@ -60,3 +60,6 @@ relink.verify.title = Merge Warning
|
||||
relink.verify.heading = Are you sure you want to sign in to Sync?
|
||||
# LOCALIZATION NOTE (relink.verify.description): Email address of a user previously signed into sync.
|
||||
relink.verify.description = A different user was previously signed in to Sync on this device. Signing in will merge this browser's bookmarks, passwords and other settings with %S
|
||||
|
||||
|
||||
manage.pageTitle = Manage Sync
|
||||
|
Loading…
Reference in New Issue
Block a user