mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 04:59:00 +08:00
Add link then the printer is not found
CURA-7017
This commit is contained in:
parent
365d1c0f74
commit
34f81ed0b0
@ -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
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user