Selaa lähdekoodia

*"Always Disable SMBs"

Mike Plante 2 vuotta sitten
vanhempi
commit
8bc49d3ed6

+ 1 - 1
FreeAPS/Sources/Modules/OverrideProfilesConfig/View/OverrideProfilesRootView.swift

@@ -120,7 +120,7 @@ extension OverrideProfilesConfig {
                     if state.advancedSettings {
                         HStack {
                             Toggle(isOn: $state.smbIsOff) {
-                                Text("Disable SMBs")
+                                Text("Always Disable SMBs")
                             }
                         }
                         if !state.smbIsOff {