Update Meshtastic/Views/Settings/Config/SecurityConfig.swift

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Garth Vander Houwen 2025-09-24 23:51:54 -07:00 committed by GitHub
parent 2161c67351
commit 97eb6b53e5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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()