From 62ad7559200b333b28b8343e675747ea6b7bf234 Mon Sep 17 00:00:00 2001 From: mahee96 <47920326+mahee96@users.noreply.github.com> Date: Tue, 3 Mar 2026 12:29:22 +0530 Subject: [PATCH] vpn-configuration: fix typo in sentence --- AltStore/Settings/VPNConfigurationView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") } } }