- 'WiFi control' actions for untrusted networks will override this
+ 'Wi-Fi control' actions for untrusted networks will override this
option.
From b12f1de86634837def1dfeb9eaacc4aff2a69d87 Mon Sep 17 00:00:00 2001
From: Rolando Townsend
Date: Fri, 20 Sep 2024 14:00:52 +0000
Subject: [PATCH 4/7] Update settings-general.vue
---
ui/src/components/settings/settings-general.vue | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ui/src/components/settings/settings-general.vue b/ui/src/components/settings/settings-general.vue
index 0d77150d..202e0e25 100644
--- a/ui/src/components/settings/settings-general.vue
+++ b/ui/src/components/settings/settings-general.vue
@@ -393,7 +393,7 @@ export default {
isLaunchAtLoginDisableBlockerInfo() {
if (!this.isLaunchAtLogin) return "";
if (this.isWifiActionsInBackground === true)
- return `This option can not be disabled\nbecause of 'Allow background daemon to Apply WiFi Control settings' is active`;
+ return `This option can not be disabled\nbecause of 'Allow background daemon to Apply Wi-Fi Control settings' is active`;
if (this.isAutoconnectOnLaunchDaemon === true)
return `This option can not be disabled\nbecause of 'Allow background daemon to manage autoconnect' is active`;
return "";
From 6cd9302e4a4f66953b00cc7563613e3bff0f0cea Mon Sep 17 00:00:00 2001
From: Rolando Townsend
Date: Fri, 20 Sep 2024 14:05:42 +0000
Subject: [PATCH 5/7] Update settings-networks.vue
---
.../components/settings/settings-networks.vue | 26 +++++++++----------
1 file changed, 13 insertions(+), 13 deletions(-)
diff --git a/ui/src/components/settings/settings-networks.vue b/ui/src/components/settings/settings-networks.vue
index 89653876..53d4aa20 100644
--- a/ui/src/components/settings/settings-networks.vue
+++ b/ui/src/components/settings/settings-networks.vue
@@ -1,6 +1,6 @@
-
WIFI CONTROL SETTINGS
+
WI-FI CONTROL SETTINGS
Allow background daemon to Apply Wi-Fi Control settings
- By enabling this feature you can define a WiFi network as trusted or
- untrusted and what actions to take when joining the WiFi network
+ By enabling this feature you can define a Wi-Fi network as trusted or
+ untrusted and what actions to take when joining the Wi-Fi network