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 {