Revert TorGuard guidance
This commit is contained in:
parent
d141220074
commit
fe7946bc37
|
@ -299,10 +299,6 @@ 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 419818d7fb69b2bd5fce19c4d7b20db840f22dd7
|
||||
Subproject commit a9f013a8744a2904ecfcd2f8b2d07a39d1f8fe4e
|
Loading…
Reference in New Issue