mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
Fixed typo
This commit is contained in:
parent
eb05dae274
commit
df75d28ade
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue