Skip to content

Commit

Permalink
Use https version for privacy and policy
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Scoff committed Nov 21, 2017
1 parent f496690 commit 7c6c5f3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Trust/Settings/ViewControllers/SettingsViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -149,13 +149,13 @@ class SettingsViewController: FormViewController {

<<< link(
title: NSLocalizedString("Settings.PrivacyPolicy", value: "Privacy Policy", comment: ""),
value: "http://trustwalletapp.com/privacy-policy.html",
value: "https://trustwalletapp.com/privacy-policy.html",
image: R.image.settings_privacy_policy()
)

<<< link(
title: NSLocalizedString("settings.TermsOfService", value: "Terms of Service", comment: ""),
value: "http://trustwalletapp.com/terms.html",
value: "https://trustwalletapp.com/terms.html",
image: R.image.settings_terms()
)

Expand Down
2 changes: 1 addition & 1 deletion fastlane/metadata/en-US/privacy_url.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
http://trustwalletapp.com/privacy-policy.html
https://trustwalletapp.com/privacy-policy.html

0 comments on commit 7c6c5f3

Please sign in to comment.