From 97eb6b53e59c7368db51024c3f74e56ea15ee2c5 Mon Sep 17 00:00:00 2001 From: Garth Vander Houwen Date: Wed, 24 Sep 2025 23:51:54 -0700 Subject: [PATCH] Update Meshtastic/Views/Settings/Config/SecurityConfig.swift Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- 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 d3e263ed..618d5204 100644 --- a/Meshtastic/Views/Settings/Config/SecurityConfig.swift +++ b/Meshtastic/Views/Settings/Config/SecurityConfig.swift @@ -68,7 +68,7 @@ struct SecurityConfig: View { RoundedRectangle(cornerRadius: 10.0) .stroke(isValidKeyPair ? Color.clear : Color.red, lineWidth: 2.0) ) - Text("Generated from your private key and sent to other nodes on the mesh so they can compute a shared secret key.") + Text("Your public key is generated from your private key and sent to other nodes on the mesh so they can compute a shared secret key with you.") .foregroundStyle(.secondary) .font(idiom == .phone ? .caption : .callout) Divider()