vpn-configuration: fix typo in sentence

This commit is contained in:
mahee96
2026-03-03 12:29:22 +05:30
parent baf1aa7fff
commit 62ad755920

View File

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