diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 01:13:27 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 01:13:27 +0000 |
commit | 40a355a42d4a9444dc753c04c6608dade2f06a23 (patch) | |
tree | 871fc667d2de662f171103ce5ec067014ef85e61 /browser/components/preferences/privacy.inc.xhtml | |
parent | Adding upstream version 124.0.1. (diff) | |
download | firefox-adbda400be353e676059e335c3c0aaf99e719475.tar.xz firefox-adbda400be353e676059e335c3c0aaf99e719475.zip |
Adding upstream version 125.0.1.upstream/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> |