mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
Update Meshtastic/Views/Settings/Config/SecurityConfig.swift
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
2161c67351
commit
97eb6b53e5
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue