Reword again remove VPN configuration button

See 88099c416b
This commit is contained in:
Davide De Rosa 2019-02-06 10:25:40 +01:00
parent c9db4dc0ca
commit 50157e0480
2 changed files with 2 additions and 2 deletions

View File

@ -46,7 +46,7 @@
"organizer.cells.uninstall.caption" = "Remove VPN configuration";
"organizer.alerts.exhausted_providers.message" = "You have created profiles for any available network.";
"organizer.alerts.add_host.message" = "Open an URL to an .ovpn configuration file from Safari, Mail or another app to set up a host profile.\n\nYou can also import an .ovpn with iTunes File Sharing.";
"organizer.alerts.delete_vpn_profile.message" = "Do you really want to erase the VPN configuration from your device settings? This will not affect your network and host profiles.";
"organizer.alerts.delete_vpn_profile.message" = "Do you really want to erase the VPN configuration from your device settings? This may fix some broken VPN states and will not affect your network and host profiles.";
"account.suggestion_footer.infrastructure.pia" = "Use your website credentials. Your username is usually numeric with a \"p\" prefix.";

View File

@ -311,7 +311,7 @@ internal enum L10n {
internal static let message = L10n.tr("Localizable", "organizer.alerts.add_host.message")
}
internal enum DeleteVpnProfile {
/// Do you really want to erase the VPN configuration from your device settings? This will not affect your network and host profiles.
/// Do you really want to erase the VPN configuration from your device settings? This may fix some broken VPN states and will not affect your network and host profiles.
internal static let message = L10n.tr("Localizable", "organizer.alerts.delete_vpn_profile.message")
}
internal enum ExhaustedProviders {