From 3dd7f9e77928e29d499740d861299737fdc0afec Mon Sep 17 00:00:00 2001 From: Davide De Rosa Date: Sun, 21 Oct 2018 10:08:56 +0200 Subject: [PATCH] Update VPN section footer accordingly --- Passepartout/Resources/en.lproj/Localizable.strings | 2 +- Passepartout/Sources/SwiftGen+Strings.swift | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Passepartout/Resources/en.lproj/Localizable.strings b/Passepartout/Resources/en.lproj/Localizable.strings index c936d3ec..362c2ec6 100644 --- a/Passepartout/Resources/en.lproj/Localizable.strings +++ b/Passepartout/Resources/en.lproj/Localizable.strings @@ -61,7 +61,7 @@ "service.sections.status.header" = "Connection"; "service.sections.diagnostics.header" = "Diagnostics"; -"service.sections.vpn.footer" = "The connection will be established whenever necessary. Tap \"Status\" to enforce a reconnection."; +"service.sections.vpn.footer" = "The connection will be established whenever necessary."; "service.sections.configuration.header" = "Configuration"; "service.sections.provider_infrastructure.footer" = "Last updated on %@."; "service.sections.vpn_survives_sleep.footer" = "Disable to improve battery usage, at the expense of occasional slowdowns due to wake-up reconnections."; diff --git a/Passepartout/Sources/SwiftGen+Strings.swift b/Passepartout/Sources/SwiftGen+Strings.swift index 1042013a..e3bbf1a1 100644 --- a/Passepartout/Sources/SwiftGen+Strings.swift +++ b/Passepartout/Sources/SwiftGen+Strings.swift @@ -639,7 +639,7 @@ internal enum L10n { } internal enum Vpn { - /// The connection will be established whenever necessary. Tap "Status" to enforce a reconnection. + /// The connection will be established whenever necessary. internal static let footer = L10n.tr("Localizable", "service.sections.vpn.footer") /// VPN internal static let header = L10n.tr("Localizable", "service.sections.vpn.header")