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")) {