Update VPN section footer accordingly
This commit is contained in:
parent
2e764ec14d
commit
3dd7f9e779
|
@ -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.";
|
||||
|
|
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue