Browse Source

Add link then the printer is not found

CURA-7017
Kostas Karmas 5 years ago
parent
commit
34f81ed0b0
1 changed files with 2 additions and 1 deletions
  1. 2 1
      resources/qml/WelcomePages/AddPrinterByIpContent.qml

+ 2 - 1
resources/qml/WelcomePages/AddPrinterByIpContent.qml

@@ -203,7 +203,8 @@ Item
                     {
                         if (addPrinterByIpScreen.hasRequestFinished)
                         {
-                            return catalog.i18nc("@label", "Could not connect to device.");
+                            return catalog.i18nc("@label", "Could not connect to device.") + "<br /><br /><a href=\"https://ultimaker.com/en/resources/52891-set-up-a-cloud-connection\">"
+                                + catalog.i18nc("@label", "Can't connect to your Ultimaker printer?") + "</a>";
                         }
                         else
                         {