tor-browser

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

commit 5e702c7b79773013fe6e4a87928d66a2ff720f14
parent f38dee218c342995e77f85a29cfd18a4949632ce
Author: Vanessa Prema <vprema@mozilla.com>
Date:   Tue,  9 Dec 2025 18:58:35 +0000

Bug 2004145 - fix(more-from-mozilla): update Monitor subline r=hjones,credential-management-reviewers,dimi

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

Diffstat:
Mbrowser/components/preferences/moreFromMozilla.js | 5++---
Mbrowser/components/preferences/tests/browser_moreFromMozilla_locales.js | 2+-
Mbrowser/locales/en-US/browser/preferences/moreFromMozilla.ftl | 1-
3 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/browser/components/preferences/moreFromMozilla.js b/browser/components/preferences/moreFromMozilla.js @@ -115,9 +115,8 @@ var gMoreFromMozillaPane = { { id: "mozilla-monitor", title_string_id: "more-from-moz-mozilla-monitor-title", - description_string_id: isRegionUS - ? "more-from-moz-mozilla-monitor-us-description" - : "more-from-moz-mozilla-monitor-global-description", + description_string_id: + "more-from-moz-mozilla-monitor-global-description", region: isRegionUS ? "us" : "global", button: { id: "mozillaMonitor", diff --git a/browser/components/preferences/tests/browser_moreFromMozilla_locales.js b/browser/components/preferences/tests/browser_moreFromMozilla_locales.js @@ -343,7 +343,7 @@ add_task(async function test_Monitor_US_region_desc() { monitorPromoCard.nextElementSibling.querySelector(".description"); is( monitorDescElement.getAttribute("data-l10n-id"), - "more-from-moz-mozilla-monitor-us-description", + "more-from-moz-mozilla-monitor-global-description", "US Region desc set" ); diff --git a/browser/locales/en-US/browser/preferences/moreFromMozilla.ftl b/browser/locales/en-US/browser/preferences/moreFromMozilla.ftl @@ -35,7 +35,6 @@ more-from-moz-firefox-relay-button = Get { -relay-brand-short-name } ## These strings are for the Mozilla Monitor card in about:preferences moreFromMozilla page more-from-moz-mozilla-monitor-title = { -mozmonitor-brand-name } -more-from-moz-mozilla-monitor-us-description = Automatically take back your exposed personal info. more-from-moz-mozilla-monitor-global-description = Get alerts when your data has been in a breach. more-from-moz-mozilla-monitor-button = Get { -monitor-brand-short-name }