Update resources/qml/WelcomePages/AddThirdPartyPrinter.qml

Co-authored-by: Joey de l'Arago <joeydelarago@gmail.com>
This commit is contained in:
Casper Lamboo 2022-11-04 13:40:49 +01:00 committed by GitHub
parent 6ddc16709b
commit 81f8939c1f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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()
}