From df75d28ade22a93c713633e29d9343cd88fff6eb Mon Sep 17 00:00:00 2001 From: Benjamin Faershtein <119711889+RCGV1@users.noreply.github.com> Date: Thu, 25 Apr 2024 08:54:24 -0700 Subject: [PATCH] Fixed typo --- Meshtastic/Views/Settings/Firmware.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Meshtastic/Views/Settings/Firmware.swift b/Meshtastic/Views/Settings/Firmware.swift index f12ba7db..2c03e2a3 100644 --- a/Meshtastic/Views/Settings/Firmware.swift +++ b/Meshtastic/Views/Settings/Firmware.swift @@ -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()