From 8ef6d0cea68497425e5933a8951247bb915a2edd Mon Sep 17 00:00:00 2001 From: Benjamin Faershtein <119711889+RCGV1@users.noreply.github.com> Date: Thu, 5 Jun 2025 08:28:04 -0700 Subject: [PATCH] fix --- Meshtastic/Views/Nodes/Helpers/Map/WaypointForm.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Meshtastic/Views/Nodes/Helpers/Map/WaypointForm.swift b/Meshtastic/Views/Nodes/Helpers/Map/WaypointForm.swift index e813b854..caee990f 100644 --- a/Meshtastic/Views/Nodes/Helpers/Map/WaypointForm.swift +++ b/Meshtastic/Views/Nodes/Helpers/Map/WaypointForm.swift @@ -378,7 +378,7 @@ struct WaypointForm: View { } } } - .alert("Waypoiny Failed to Send", isPresented: $waypointFailedAlert) { + .alert("Waypoint Failed to Send", isPresented: $waypointFailedAlert) { Button("OK", role: .cancel) { bleManager.context.delete(waypoint) do {