From ae0a0f14e4be4912e36030dcbece08842e1b3392 Mon Sep 17 00:00:00 2001 From: rcarteraz Date: Thu, 31 Oct 2024 10:44:40 -0700 Subject: [PATCH] space --- Meshtastic/Views/Settings/Config/SecurityConfig.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Meshtastic/Views/Settings/Config/SecurityConfig.swift b/Meshtastic/Views/Settings/Config/SecurityConfig.swift index 8ddd5816..f8d64c85 100644 --- a/Meshtastic/Views/Settings/Config/SecurityConfig.swift +++ b/Meshtastic/Views/Settings/Config/SecurityConfig.swift @@ -90,7 +90,7 @@ struct SecurityConfig: View { RoundedRectangle(cornerRadius: 10.0) .stroke(hasValidAdminKey3 ? Color.clear : Color.red, lineWidth: 2.0) ) - Text("The tertiarypublic key authorized to send admin messages to this node.") + Text("The tertiary public key authorized to send admin messages to this node.") .foregroundStyle(.secondary) .font(idiom == .phone ? .caption : .callout) }