tor-browser

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

commit 71057c48576bd1b6be46857d5e5f6b515bf1f7b5
parent 4baf54b7e96085bdb043f4f3b1ad79d9c18f76e2
Author: kpatenio <kpatenio@mozilla.com>
Date:   Thu, 13 Nov 2025 20:23:42 +0000

Bug 1998503 — update and fix site exceptions dialog descriptions. r=ip-protection-reviewers,fluent-reviewers,mstriemer,fchasen,bolsson

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

Diffstat:
Mbrowser/components/preferences/dialogs/permissions.js | 4++--
Mbrowser/locales-preview/ipProtection.ftl | 4++--
2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/browser/components/preferences/dialogs/permissions.js b/browser/components/preferences/dialogs/permissions.js @@ -119,12 +119,12 @@ var gPermissionManager = { if (params.capabilityFilter === Ci.nsIPermissionManager.ALLOW_ACTION) { l10n = { window: "ip-protection-exceptions-dialog-window", - description: "ip-protection-exclusions-desc", + description: "ip-protection-inclusions-desc", }; } else { l10n = { window: "ip-protection-exceptions-dialog-window", - description: "ip-protection-inclusions-desc", + description: "ip-protection-exclusions-desc", }; } } else { diff --git a/browser/locales-preview/ipProtection.ftl b/browser/locales-preview/ipProtection.ftl @@ -118,8 +118,8 @@ ip-protection-site-exceptions-select-sites-button = ip-protection-exceptions-dialog-window = .title = Where to use { -firefox-vpn-brand-name } -ip-protection-exclusions-desc = Use VPN for all websites except ones on this list. -ip-protection-inclusions-desc = Use VPN for only select websites. +ip-protection-exclusions-desc = Use VPN for all websites except ones on this list. Add websites to this list by turning { -firefox-vpn-brand-name } on or off for any site in the VPN panel. +ip-protection-inclusions-desc = Use VPN only for select websites. Add websites to this list by turning { -firefox-vpn-brand-name } on or off for any site in the VPN panel. ipprotection-site-settings-title = .title = VPN site settings