Merge pull request #888 from tekstrand/fix-885

reguires typo -> requires
This commit is contained in:
Garth Vander Houwen 2024-08-24 14:33:09 -07:00 committed by GitHub
commit c19b4739e2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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)