tor-browser

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

commit 56ac48b4520f454070c42b1777c73de713a987eb
parent 31c24821e92c07cea737caa27a5b824471cc1480
Author: Cristina Horotan <chorotan@mozilla.com>
Date:   Fri,  7 Nov 2025 22:53:41 +0200

Revert "Bug 1998774 - Update Firefox Labs copy r=fluent-reviewers,desktop-theme-reviewers,hjones,bolsson" for causing bc failures on browser_experimental_features.js

This reverts commit f9db19acead185f146ca6ad67b8d3d9904bcf6b5.

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, 3 insertions(+), 12 deletions(-)

diff --git a/browser/components/preferences/experimental.inc.xhtml b/browser/components/preferences/experimental.inc.xhtml @@ -19,13 +19,8 @@ <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-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> + <html:p data-l10n-id="pane-experimental-description3" + class="description-deemphasized section-description"/> <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-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-description3 = Give our experimental features a try! They’re in development and evolving, which could impact how { -brand-short-name } works. pane-experimental-reset = .label = Restore Defaults diff --git a/browser/themes/shared/preferences/preferences.css b/browser/themes/shared/preferences/preferences.css @@ -1191,10 +1191,6 @@ richlistitem .text-link:hover { font-size: var(--font-size-large); } -#experimentalCategory-reset { - margin-top: var(--space-small); -} - .featureGateDescription { white-space: pre-wrap; }