From fe343bcaa1c2b088302c7a5712a4e1d5b9aaef47 Mon Sep 17 00:00:00 2001 From: Garth Vander Houwen Date: Tue, 6 Sep 2022 18:17:33 -0700 Subject: [PATCH] Fix typo --- Meshtastic/Views/Settings/Config/Module/MQTTConfig.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Meshtastic/Views/Settings/Config/Module/MQTTConfig.swift b/Meshtastic/Views/Settings/Config/Module/MQTTConfig.swift index b21624a7..cd21f905 100644 --- a/Meshtastic/Views/Settings/Config/Module/MQTTConfig.swift +++ b/Meshtastic/Views/Settings/Config/Module/MQTTConfig.swift @@ -58,7 +58,7 @@ struct MQTTConfig: View { HStack { Label("Address", systemImage: "server.rack") - TextField("Server Address", text: $username) + TextField("Server Address", text: $address) .foregroundColor(.gray) .autocapitalization(.none) .disableAutocorrection(true)