From 72ebe46d38453d0fc0ac25f3cb1c0b8901e2cc2d Mon Sep 17 00:00:00 2001 From: tekstrand Date: Wed, 21 Aug 2024 08:55:48 -0500 Subject: [PATCH] 885 fix reguires typo -> requires --- Meshtastic/Views/Helpers/Help/LockLegend.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Meshtastic/Views/Helpers/Help/LockLegend.swift b/Meshtastic/Views/Helpers/Help/LockLegend.swift index 36716798..f8dacd2f 100644 --- a/Meshtastic/Views/Helpers/Help/LockLegend.swift +++ b/Meshtastic/Views/Helpers/Help/LockLegend.swift @@ -34,7 +34,7 @@ struct LockLegend: View { Text("Public Key Encryption") .fontWeight(.semibold) } - Text("Direct messages are using the new public key infrastructure for encryption. Reguires firmware version 2.5 or greater.") + Text("Direct messages are using the new public key infrastructure for encryption. Requires firmware version 2.5 or greater.") .allowsTightening(/*@START_MENU_TOKEN@*/true/*@END_MENU_TOKEN@*/) .font(.callout) .fixedSize(horizontal: false, vertical: true)