From 32cb7fdeface055f64b9e9d35f6a732862341a10 Mon Sep 17 00:00:00 2001 From: Garth Vander Houwen Date: Fri, 20 Jun 2025 06:48:58 -0700 Subject: [PATCH] Key regeneration description update --- Meshtastic/Views/Settings/Config/SecurityConfig.swift | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Meshtastic/Views/Settings/Config/SecurityConfig.swift b/Meshtastic/Views/Settings/Config/SecurityConfig.swift index d66fe414..8a927993 100644 --- a/Meshtastic/Views/Settings/Config/SecurityConfig.swift +++ b/Meshtastic/Views/Settings/Config/SecurityConfig.swift @@ -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")) {