From 471aaa3b2ddea2ac3ae17a9d864782ca0ae8777c Mon Sep 17 00:00:00 2001 From: Matt Grieser Date: Fri, 21 Mar 2025 08:26:41 -0400 Subject: [PATCH] Fix typo in RAK 4631 Firmware Updates text --- 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 76922d54..b0c9c08f 100644 --- a/Meshtastic/Views/Settings/Firmware.swift +++ b/Meshtastic/Views/Settings/Firmware.swift @@ -138,7 +138,7 @@ struct Firmware: View { .font(.callout) .padding(.bottom) } else { - Text("OTA Updates are not supported on the this NRF Device.") + Text("OTA Updates are not supported on this NRF Device.") .font(.title3) Link("Drag & Drop Firmware Update", destination: URL(string: "https://meshtastic.org/docs/getting-started/flashing-firmware/nrf52/drag-n-drop")!) .font(.callout)