Skip to content
This repository has been archived by the owner on Jan 17, 2023. It is now read-only.

Commit

Permalink
Fix #3135, update privacy notice URL (#3158)
Browse files Browse the repository at this point in the history
  • Loading branch information
ianb authored and jaredhirsch committed Jul 20, 2017
1 parent b0e1662 commit be5df9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addon/webextension/onboarding/slides.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ this.slides = (function() {
};
let linkUrls = {
[termsSentinel]: "https://www.mozilla.org/about/legal/terms/services/",
[privacySentinel]: "https://www.mozilla.org/privacy/firefox-cloud/"
[privacySentinel]: "https://www.mozilla.org/privacy/firefox/"
};
let text = browser.i18n.getMessage(
"termsAndPrivacyNoticeCloudServices",
Expand Down

0 comments on commit be5df9e

Please sign in to comment.