From d07c2c2c0da6d714187ffb37965a58a211ed8df4 Mon Sep 17 00:00:00 2001 From: "c.lamboo" Date: Thu, 3 Nov 2022 10:37:02 +0100 Subject: [PATCH] Update copy contributes to CURA-8689 --- resources/qml/WelcomePages/AddUltimakerPrinter.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/qml/WelcomePages/AddUltimakerPrinter.qml b/resources/qml/WelcomePages/AddUltimakerPrinter.qml index 92f79e00ba..0d99b85b51 100644 --- a/resources/qml/WelcomePages/AddUltimakerPrinter.qml +++ b/resources/qml/WelcomePages/AddUltimakerPrinter.qml @@ -60,7 +60,7 @@ Control Layout.alignment: Qt.AlignTop wrapMode: Text.WordWrap font: UM.Theme.getFont("default_bold") - text: catalog.i18nc("@label", "New Ultimaker printers can be connected to Digital Factory and monitored remotely.") + text: catalog.i18nc("@label", "If you are trying to add a new Ultimaker printer to Cura") } UM.Label @@ -82,7 +82,7 @@ Control { Layout.fillWidth: true Layout.alignment: Qt.AlignTop - text: catalog.i18nc("@button", "Learn more about adding printers to Digital Factory") + text: catalog.i18nc("@button", "Learn more") iconSource: UM.Theme.getIcon("LinkExternal") isIconOnRightSide: true textFont: UM.Theme.getFont("small")