Fixed typo

This commit is contained in:
Benjamin Faershtein 2024-04-25 08:54:24 -07:00 committed by GitHub
parent eb05dae274
commit df75d28ade
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -152,7 +152,7 @@ struct Firmware: View {
Link("Web Flasher", destination: URL(string: "https://flash.meshtastic.org")!)
.font(.callout)
.padding(.bottom)
Text("ESP 32 OTA update is a work in progress, click the button below to sent your device a reboot into ota admin message.")
Text("ESP 32 OTA update is a work in progress, click the button below to send your device a reboot into ota admin message.")
.font(.caption)
HStack(alignment: .center) {
Spacer()