Update VPN section footer accordingly

This commit is contained in:
Davide De Rosa 2018-10-21 10:08:56 +02:00
parent 2e764ec14d
commit 3dd7f9e779
2 changed files with 2 additions and 2 deletions

View File

@ -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.";

View File

@ -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")