commit f9db19acead185f146ca6ad67b8d3d9904bcf6b5
parent de4db3c490ce262bf4b74aa371448f7024f8fc93
Author: Beth Rennie <beth@brennie.ca>
Date: Fri, 7 Nov 2025 19:25:03 +0000
Bug 1998774 - Update Firefox Labs copy r=fluent-reviewers,desktop-theme-reviewers,hjones,bolsson
Differential Revision: https://phabricator.services.mozilla.com/D271644
Diffstat:
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;
}