mirror of
https://github.com/ProtonMail/protoncore_ios.git
synced 2026-01-16 23:00:24 +00:00
fix: Fix Terms and Conditions URL
Co-authored-by: Alex Morral <alex.morral@proton.ch> Refs: https://gitlab.protontech.ch/apple/shared/protoncore/-/merge_requests/1870
This commit is contained in:
commit
1f7d0eb2c3
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ final class ExternalLinks {
|
|||
var termsAndConditions: URL {
|
||||
switch clientApp {
|
||||
case .wallet:
|
||||
return URL(string: "https://proton.me/leqal/wallet/terms")!
|
||||
return URL(string: "https://proton.me/legal/wallet/terms")!
|
||||
default:
|
||||
return URL(string: "https://proton.me/legal/terms-ios")!
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue