Add TorGuard guidance
This commit is contained in:
parent
9b2582c453
commit
77e858d97f
|
@ -299,6 +299,10 @@ internal enum L10n {
|
|||
internal static func protonvpn(_ p1: String) -> String {
|
||||
return L10n.tr("Core", "account.sections.guidance.footer.infrastructure.protonvpn", p1)
|
||||
}
|
||||
/// Use your %@ service credentials, which may differ from website credentials.
|
||||
internal static func torguard(_ p1: String) -> String {
|
||||
return L10n.tr("Core", "account.sections.guidance.footer.infrastructure.torguard", p1)
|
||||
}
|
||||
/// Use your %@ website credentials. Your username is usually your e-mail.
|
||||
internal static func tunnelbear(_ p1: String) -> String {
|
||||
return L10n.tr("Core", "account.sections.guidance.footer.infrastructure.tunnelbear", p1)
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit a9f013a8744a2904ecfcd2f8b2d07a39d1f8fe4e
|
||||
Subproject commit f15261f06806254a4b0ea90e2c7dc72f0dffb9f8
|
Loading…
Reference in New Issue