diff --git a/gui/qml/main.qml b/gui/qml/main.qml
index 367debe62392a92a33aea417f3790d3c0c40696e..80f8e7cad14a9577ef6df132d192d2bc4bbd17a0 100644
--- a/gui/qml/main.qml
+++ b/gui/qml/main.qml
@@ -205,7 +205,7 @@ ApplicationWindow {
                     },
                     State {
                         name: "failed"
-                        PropertyChanges { target: systray; tooltip: toHuman("failed"); icon.source: icons["wait"] }
+                        PropertyChanges { target: systray; tooltip: toHuman("failed"); icon.source: icons["blocked"] }
                         PropertyChanges { target: statusItem; text: toHuman("failed") }
                     }
                 ]