Bug 1852831 - Update accounts branding in profile downgrade dialog. r=fluent-reviewers,mossop,flod

Differential Revision: https://phabricator.services.mozilla.com/D188049
This commit is contained in:
Molly Howell 2023-09-13 15:59:38 +00:00
parent 88a49b3bbd
commit f5107ef981
2 changed files with 2 additions and 3 deletions

View File

@ -9,7 +9,7 @@ profiledowngrade-window2 =
profiledowngrade-window-create =
.label = Create New Profile
profiledowngrade-sync = Using an older version of { -brand-product-name } can corrupt bookmarks and browsing history already saved to an existing { -brand-product-name } profile. To protect your information, create a new profile for this installation of { -brand-short-name }. You can always sign in with a { -fxaccount-brand-name } to sync your bookmarks and browsing history between profiles.
profiledowngrade-sync2 = Using an older version of { -brand-product-name } can corrupt bookmarks and browsing history already saved to an existing { -brand-product-name } profile. To protect your information, create a new profile for this installation of { -brand-short-name }. You can always sign in with an account to sync your bookmarks and browsing history between profiles.
profiledowngrade-nosync = Using an older version of { -brand-product-name } can corrupt bookmarks and browsing history already saved to an existing { -brand-product-name } profile. To protect your information, create a new profile for this installation of { -brand-short-name }.
profiledowngrade-quit =

View File

@ -16,7 +16,6 @@
onload="init()">
<linkset>
<html:link rel="localization" href="branding/brand.ftl"/>
<html:link rel="localization" href="toolkit/branding/accounts.ftl"/>
<html:link rel="localization" href="toolkit/global/profileDowngrade.ftl"/>
</linkset>
<dialog buttons="accept,extra1" buttonpack="end"
@ -31,7 +30,7 @@
<vbox flex="1">
<description data-l10n-id="profiledowngrade-nosync"></description>
#ifdef MOZ_SERVICES_SYNC
<description data-l10n-id="profiledowngrade-sync"></description>
<description data-l10n-id="profiledowngrade-sync2"></description>
#endif
</vbox>
</hbox>