diff --git a/resources/qml/WelcomePages/AddThirdPartyPrinter.qml b/resources/qml/WelcomePages/AddThirdPartyPrinter.qml index df7a2a176d..f25cdccbf1 100644 --- a/resources/qml/WelcomePages/AddThirdPartyPrinter.qml +++ b/resources/qml/WelcomePages/AddThirdPartyPrinter.qml @@ -99,7 +99,7 @@ Item id: backButton anchors.left: parent.left anchors.bottom: parent.bottom - text: catalog.i18nc("@label", "Add Ultimaker printer via Digital Factory") + text: catalog.i18nc("@button", "Add Ultimaker printer via Digital Factory") onClicked: goToUltimakerPrinter() }