tor-browser

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

commit 833df31d26a0369d23da64ac728664cae52508f3
parent a72f325782cefd7ce0c7fdb4303f8f37a0db90cb
Author: Beth Rennie <beth@brennie.ca>
Date:   Fri, 14 Nov 2025 21:04:28 +0000

Bug 1998774 - Update Firefox Labs copy r=fluent-reviewers,desktop-theme-reviewers,hjones,bolsson

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

Diffstat:
Mbrowser/components/preferences/experimental.inc.xhtml | 9+++++++--
Mbrowser/locales/en-US/browser/preferences/preferences.ftl | 2+-
Mbrowser/themes/shared/preferences/preferences.css | 4++++
3 files changed, 12 insertions(+), 3 deletions(-)

diff --git a/browser/components/preferences/experimental.inc.xhtml b/browser/components/preferences/experimental.inc.xhtml @@ -19,8 +19,13 @@ <label class="search-header" hidden="true"> <html:h2 data-l10n-id="settings-pane-labs-title" class="section-heading"/> </label> - <html:p data-l10n-id="pane-experimental-description3" - class="description-deemphasized section-description"/> + <html:p data-l10n-id="pane-experimental-description4" + class="description-deemphasized section-description"> + <html:a data-l10n-name="data-collection" + is="moz-support-link" + support-page="technical-and-interaction-data" + target="_blank"/> + </html:p> <hbox pack="start" class="section-header-last"> <html:moz-button id="experimentalCategory-reset" data-l10n-id="pane-experimental-reset"/> diff --git a/browser/locales/en-US/browser/preferences/preferences.ftl b/browser/locales/en-US/browser/preferences/preferences.ftl @@ -63,7 +63,7 @@ category-sync3 = settings-pane-labs-title = { -firefoxlabs-brand-name } settings-category-labs = .tooltiptext = { -firefoxlabs-brand-name } -pane-experimental-description3 = Give our experimental features a try! They’re in development and evolving, which could impact how { -brand-short-name } works. +pane-experimental-description4 = Give our experimental features a try! They’re in development and evolving, which could impact how { -brand-short-name } works. We only receive data about your use of these features if you have <a data-l10n-name="data-collection">technical and interaction data</a> turned on. pane-experimental-reset = .label = Restore Defaults diff --git a/browser/themes/shared/preferences/preferences.css b/browser/themes/shared/preferences/preferences.css @@ -1191,6 +1191,10 @@ richlistitem .text-link:hover { font-size: var(--font-size-large); } +#experimentalCategory-reset { + margin-top: var(--space-small); +} + .featureGateDescription { white-space: pre-wrap; }