From 81f8939c1f3395b444d0ec1784895aba87d0f3a2 Mon Sep 17 00:00:00 2001 From: Casper Lamboo Date: Fri, 4 Nov 2022 13:40:49 +0100 Subject: [PATCH] Update resources/qml/WelcomePages/AddThirdPartyPrinter.qml Co-authored-by: Joey de l'Arago --- resources/qml/WelcomePages/AddThirdPartyPrinter.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() }