Browse Source

Changed cloud-printer message into proposal from growth group.

CURA-8436
Remco Burema 3 years ago
parent
commit
1e5ea055aa
1 changed files with 2 additions and 2 deletions
  1. 2 2
      plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml

+ 2 - 2
plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml

@@ -282,11 +282,11 @@ Item
             enabled: !cameraButton.enabled
         }
 
-
         MonitorInfoBlurb
         {
             id: cameraDisabledInfo
-            text: catalog.i18nc("@info", "The webcam is not available for cloud printers. Please visit the printer page in the Ultimaker Digital Factory to see the webcam snapshots.")
+            text: catalog.i18nc("@info", "Webcam feeds for cloud printers cannot be viewed from Ultimaker Cura." +
+                " Click \"Manage printer\" to visit Ultimaker Digital Factory and view this webcam.")
             target: cameraButton
         }
     }