mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
Key regeneration description update
This commit is contained in:
parent
6a958f62bb
commit
32cb7fdefa
1 changed files with 2 additions and 1 deletions
|
|
@ -162,7 +162,8 @@ struct SecurityConfig: View {
|
|||
.buttonBorderShape(.capsule)
|
||||
.controlSize(.small)
|
||||
}
|
||||
Text("Generate a new private key to replace the one currently in use. Public key will automatically be regenerated as well.")
|
||||
Text("Generate a new private key to replace the one currently in use. The public key will automatically be regenerated from your private key.")
|
||||
.font(idiom == .phone ? .caption : .callout)
|
||||
}
|
||||
}
|
||||
Section(header: Text("Admin Keys")) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue