mirror of
https://github.com/SideStore/SideStore.git
synced 2026-03-27 04:45:39 +01:00
vpn-configuration: updated to reflect actual implementation
This commit is contained in:
@@ -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")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user