diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 01:13:33 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 01:13:33 +0000 |
commit | 086c044dc34dfc0f74fbe41f4ecb402b2cd34884 (patch) | |
tree | a4f824bd33cb075dd5aa3eb5a0a94af221bbe83a /browser/components/preferences/privacy.inc.xhtml | |
parent | Adding debian version 124.0.1-1. (diff) | |
download | firefox-086c044dc34dfc0f74fbe41f4ecb402b2cd34884.tar.xz firefox-086c044dc34dfc0f74fbe41f4ecb402b2cd34884.zip |
Merging upstream version 125.0.1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'browser/components/preferences/privacy.inc.xhtml')
-rw-r--r-- | browser/components/preferences/privacy.inc.xhtml | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/browser/components/preferences/privacy.inc.xhtml b/browser/components/preferences/privacy.inc.xhtml index a81764e34f..224a5f5cbb 100644 --- a/browser/components/preferences/privacy.inc.xhtml +++ b/browser/components/preferences/privacy.inc.xhtml @@ -985,11 +985,12 @@ <html:input type="checkbox" id="automaticallySubmitCrashesBox" preference="browser.crashReports.unsubmittedCheck.autoSubmit2"/> - <label for="automaticallySubmitCrashesBox" + <html:label is="moz-label" + for="automaticallySubmitCrashesBox" id="crashReporterLabel" - data-l10n-id="collection-backlogged-crash-reports-with-link"> - <html:a data-l10n-name="crash-reports-link" id="crashReporterLearnMore" target="_blank"/> - </label> + data-l10n-id="collection-backlogged-crash-reports" + data-l10n-attrs="accesskey"/> + <html:a id="crashReporterLearnMore" is="moz-support-link" class="learnMore"/> </hbox> #endif </vbox> |