vpn-configuration: updated to reflect actual implementation

This commit is contained in:
mahee96
2026-03-03 12:27:12 +05:30
parent 395d2bb657
commit baf1aa7fff

View File

@@ -37,11 +37,11 @@ struct VPNConfigurationView: View {
editable: false
)
} header: {
Text("Override Configuration")
Text("User Configuration")
} footer: {
HStack(alignment: .top, spacing: 0) {
Text("Note: ")
Text("if override configuration is invalid or unusable SideStore may use auto-discovered config as fallback.")
Text("'Device IP' is a mandatory and should match exactly as in the VPN's configuration")
}
}
}