Add link then the printer is not found

CURA-7017
This commit is contained in:
Kostas Karmas 2020-03-18 09:31:13 +01:00
parent 365d1c0f74
commit 34f81ed0b0

View File

@ -203,7 +203,8 @@ Item
{ {
if (addPrinterByIpScreen.hasRequestFinished) 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 else
{ {