diff --git a/OpenHaystack/OpenHaystack/HaystackApp/Views/OpenHaystackMainView.swift b/OpenHaystack/OpenHaystack/HaystackApp/Views/OpenHaystackMainView.swift index 0ef144e..3509041 100644 --- a/OpenHaystack/OpenHaystack/HaystackApp/Views/OpenHaystackMainView.swift +++ b/OpenHaystack/OpenHaystack/HaystackApp/Views/OpenHaystackMainView.swift @@ -317,7 +317,7 @@ struct OpenHaystackMainView: View { case .deployFailed: return Alert( title: Text("Could not deploy"), - message: Text("Deploying to microbit failed. Please reconnect the device over USB"), + message: Text("Deploying failed. Please reconnect the device over USB"), dismissButton: Alert.Button.okay()) case .nrfDeployFailed: return Alert(