tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

commit b50f4176db6d0055e3edf1fe5f6234ac790a6d44
parent 4da7b38901d0bf6f5ed88f888e84eb9b3d5ca4f6
Author: Tanvi Manku <tanvi.manku@gmail.com>
Date:   Mon, 29 Dec 2025 20:10:26 +0000

Bug 2002927 - Update content in Passwords setting page to match Figma spec. r=fluent-reviewers,bolsson,mtigley

Differential Revision: https://phabricator.services.mozilla.com/D275301

Diffstat:
Mbrowser/components/preferences/main.js | 4++--
Mbrowser/locales/en-US/browser/preferences/preferences.ftl | 6++++++
2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/browser/components/preferences/main.js b/browser/components/preferences/main.js @@ -2959,7 +2959,7 @@ SettingGroupManager.registerGroups({ }, { id: "requireOSAuthForPasswords", - l10nId: "forms-os-reauth", + l10nId: "forms-os-reauth-2", }, { id: "allowWindowSSO", @@ -2985,7 +2985,7 @@ SettingGroupManager.registerGroups({ items: [ { id: "usePrimaryPassword", - l10nId: "forms-primary-pw-use", + l10nId: "forms-primary-pw-use-2", control: "moz-box-item", supportPage: "primary-password-stored-logins", }, diff --git a/browser/locales/en-US/browser/preferences/preferences.ftl b/browser/locales/en-US/browser/preferences/preferences.ftl @@ -1461,6 +1461,10 @@ forms-additional-protections-header = forms-primary-pw-use = .label = Use a primary password .accesskey = U +forms-primary-pw-use-2 = + .label = Use a primary password + .description = Adds an extra layer of security to protect your saved passwords. + .accesskey = U forms-primary-pw-set = .label = Set primary password forms-primary-pw-on = @@ -1473,6 +1477,8 @@ forms-primary-pw-turn-off = # This operation requires the user to authenticate with the operating system (device sign-in) forms-os-reauth = .label = Require device sign in to fill and manage passwords +forms-os-reauth-2 = + .label = Require device sign in to manage passwords forms-primary-pw-learn-more-link = Learn more # This string uses the former name of the Primary Password feature # ("Master Password" in English) so that the preferences can be found