From 2b01369c59f03b49a8a98363c7bde4c0804d40ff Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Wed, 9 May 2018 15:15:44 +0200 Subject: Fixed typo --- components/kube/qml/ViewManager.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/kube/qml/ViewManager.qml b/components/kube/qml/ViewManager.qml index f7d62c72..4c28403f 100644 --- a/components/kube/qml/ViewManager.qml +++ b/components/kube/qml/ViewManager.qml @@ -56,7 +56,7 @@ StackView { } else if (component.status == Component.Error) { console.error("Error while loading the component: ", source, "\nError: ", component.errorString()) } else if (component.status == Component.Loading) { - console.error("Error while loading the component: ", source, "\nThe component is loading.) + console.error("Error while loading the component: ", source, "\nThe component is loading.") } else { console.error("Unknown error while loading the component: ", source) } -- cgit v1.2.3