From 1147c5265dbacc4c316c9df9adfb61b07ed1dbcb Mon Sep 17 00:00:00 2001 From: pawisoon Date: Fri, 3 Jun 2022 15:55:47 +0200 Subject: [PATCH] Updated failed message Removed confusing microbit message for failed deployment. --- .../OpenHaystack/HaystackApp/Views/OpenHaystackMainView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(