diff --git a/resources/qml/WelcomePages/AddCloudPrintersView.qml b/resources/qml/WelcomePages/AddCloudPrintersView.qml index f454dc139d..0b94d21fae 100644 --- a/resources/qml/WelcomePages/AddCloudPrintersView.qml +++ b/resources/qml/WelcomePages/AddCloudPrintersView.qml @@ -157,7 +157,7 @@ Item { id: cloudPrinterNameLabel leftPadding: UM.Theme.getSize("default_margin").width - text: model.name + text: model.name ? model.name : "" font: UM.Theme.getFont("large_bold") color: UM.Theme.getColor("text") elide: Text.ElideRight