diff --git a/AltStore/Settings/VPNConfigurationView.swift b/AltStore/Settings/VPNConfigurationView.swift index 2fcd3baa..f5c864a0 100644 --- a/AltStore/Settings/VPNConfigurationView.swift +++ b/AltStore/Settings/VPNConfigurationView.swift @@ -41,7 +41,7 @@ struct VPNConfigurationView: View { } footer: { HStack(alignment: .top, spacing: 0) { Text("Note: ") - Text("'Device IP' is a mandatory and should match exactly as in the VPN's configuration") + Text("'Device IP' is mandatory and should match exactly as in the VPN's configuration") } } }