morgan pushed to branch tor-browser-153.0esr-16.0-1 at The Tor Project / Applications / Tor Browser
Commits:
-
3122fae2
by Henry Wilkes at 2026-08-11T11:29:38+00:00
-
3066ef32
by Henry Wilkes at 2026-08-11T11:29:38+00:00
3 changed files:
- browser/components/preferences/config/passwords-autofill.mjs
- browser/components/preferences/preferences.js
- toolkit/locales/en-US/toolkit/global/tor-browser.ftl
Changes:
| ... | ... | @@ -797,7 +797,7 @@ SettingGroupManager.registerGroups({ |
| 797 | 797 | {
|
| 798 | 798 | id: "onionSiteSavedKeys",
|
| 799 | 799 | control: "moz-box-button",
|
| 800 | - l10nId: "onion-site-authentication-saved-keys-button",
|
|
| 800 | + l10nId: "onion-site-authentication-saved-keys-button2",
|
|
| 801 | 801 | },
|
| 802 | 802 | ],
|
| 803 | 803 | },
|
| ... | ... | @@ -393,7 +393,7 @@ const CONFIG_PANES = Object.freeze({ |
| 393 | 393 | passwordsAutofill: {
|
| 394 | 394 | l10nId: "preferences-passwords-autofill-header",
|
| 395 | 395 | iconSrc: "chrome://browser/skin/login.svg",
|
| 396 | - groupIds: ["passwords", "payments", "addresses"],
|
|
| 396 | + groupIds: ["passwords", "onionSiteAuthentication", "payments", "addresses"],
|
|
| 397 | 397 | module:
|
| 398 | 398 | "chrome://browser/content/preferences/config/passwords-autofill.mjs",
|
| 399 | 399 | visible: () => srdSectionEnabled("passwordsAutofill"),
|
| ... | ... | @@ -746,8 +746,8 @@ onion-site-authentication-group = |
| 746 | 746 | .label = Onion site authentication
|
| 747 | 747 | .description = Some onion sites require that you identify yourself with a key (a kind of password) before you can access them.
|
| 748 | 748 | # Here "key" is a noun, and refers to a special code that gives the user access to a website.
|
| 749 | -onion-site-authentication-saved-keys-button =
|
|
| 750 | - .label = Saved keys…
|
|
| 749 | +onion-site-authentication-saved-keys-button2 =
|
|
| 750 | + .label = Manage saved keys
|
|
| 751 | 751 | |
| 752 | 752 | ## Onion site saved keys dialog.
|
| 753 | 753 | ## "Onion site" is an abbreviation of "onion website": a website whose domain URL ends in ".onion", which is reachable through the Tor network.
|