diff --git a/plugins/MonitorStage/MonitorMain.qml b/plugins/MonitorStage/MonitorMain.qml
index cb16b91cb8..cfd33a70fe 100644
--- a/plugins/MonitorStage/MonitorMain.qml
+++ b/plugins/MonitorStage/MonitorMain.qml
@@ -159,7 +159,7 @@ Rectangle
{
anchors.fill: parent
hoverEnabled: true
- onClicked: Qt.openUrlExternally("https://ultimaker.com/en/resources/manuals/ultimaker-3d-printers")
+ onClicked: Qt.openUrlExternally("https://ultimaker.com/in/cura/troubleshooting/network?utm_source=cura&utm_medium=software&utm_campaign=monitor-not-connected")
onEntered: manageQueueText.font.underline = true
onExited: manageQueueText.font.underline = false
}
diff --git a/resources/qml/WelcomePages/AddPrinterByIpContent.qml b/resources/qml/WelcomePages/AddPrinterByIpContent.qml
index 9a69b78a83..2207bd1708 100644
--- a/resources/qml/WelcomePages/AddPrinterByIpContent.qml
+++ b/resources/qml/WelcomePages/AddPrinterByIpContent.qml
@@ -203,12 +203,12 @@ Item
{
if (addPrinterByIpScreen.hasRequestFinished)
{
- return catalog.i18nc("@label", "Could not connect to device.") + "
"
+ return catalog.i18nc("@label", "Could not connect to device.") + "
"
+ catalog.i18nc("@label", "Can't connect to your Ultimaker printer?") + "";
}
else
{
- return catalog.i18nc("@label", "The printer at this address has not responded yet.") + "
"
+ return catalog.i18nc("@label", "The printer at this address has not responded yet.") + "
"
+ catalog.i18nc("@label", "Can't connect to your Ultimaker printer?") + "";
}
}