diff --git a/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml b/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml index 736847f3bc..0adc015cf6 100644 --- a/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml +++ b/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml @@ -24,7 +24,7 @@ Item // The currently active (expanded) section/category, where section/category is the grouping of local machine items. property string currentSection: preferredCategory // By default (when this list shows up) we always expand the "Ultimaker" section. - property string preferredCategory: "Ultimaker" + property string preferredCategory: "Ultimaker B.V." property int maxItemCountAtOnce: 10 // show at max 10 items at once, otherwise you need to scroll.