mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-05 21:13:58 -06:00
Add link then the printer is not found
CURA-7017
This commit is contained in:
parent
365d1c0f74
commit
34f81ed0b0
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue