Skip to content
This repository was archived by the owner on Sep 30, 2024. It is now read-only.

Commit 18a81c5

Browse files
committed
💬 Fix privacy policy link
1 parent 1063327 commit 18a81c5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

‎CHANGELOG.md‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111

1212
- Firefox updated to `118.0.1`
1313
- Sidebar tabs no longer persist state on new profiles (can be reenabled in prefs)
14+
- Assorted URLs now point to more correct / relevant locations
1415

1516
### Fixed
1617

‎src/browser/base/content/aboutDialog.xhtml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
<div class="hContainer">
5050
<label class="text-link" is="text-link" href="https://pulsebrowser.app/legal/license" data-l10n-id="about-dialog-license"></label>
5151
·
52-
<label class="text-link" is="text-link" href="https://pulsebrowser.app/legal/privacy" data-l10n-id="about-dialog-privacy-policy"></label>
52+
<label class="text-link" is="text-link" href="https://pulsebrowser.app/legal/privacy-policy" data-l10n-id="about-dialog-privacy-policy"></label>
5353
·
5454
<label class="text-link" is="text-link" href="https://github.com/pulse-browser/browser" data-l10n-id="about-dialog-github"></label>
5555
</div>

0 commit comments

Comments
 (0)