summaryrefslogtreecommitdiffstats
path: root/components
diff options
context:
space:
mode:
Diffstat (limited to 'components')
-rw-r--r--components/kube/qml/ViewManager.qml2
1 files changed, 1 insertions, 1 deletions
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 {
56 } else if (component.status == Component.Error) { 56 } else if (component.status == Component.Error) {
57 console.error("Error while loading the component: ", source, "\nError: ", component.errorString()) 57 console.error("Error while loading the component: ", source, "\nError: ", component.errorString())
58 } else if (component.status == Component.Loading) { 58 } else if (component.status == Component.Loading) {
59 console.error("Error while loading the component: ", source, "\nThe component is loading.) 59 console.error("Error while loading the component: ", source, "\nThe component is loading.")
60 } else { 60 } else {
61 console.error("Unknown error while loading the component: ", source) 61 console.error("Unknown error while loading the component: ", source)
62 } 62 }