mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-24 03:11:03 -07:00
fixed typo
CURA-8094 Cura onboarding flow
This commit is contained in:
parent
91c71e1c8a
commit
778db451ad
1 changed files with 1 additions and 1 deletions
|
|
@ -185,7 +185,7 @@ Item
|
||||||
horizontalAlignment: Text.AlignHCenter
|
horizontalAlignment: Text.AlignHCenter
|
||||||
text:
|
text:
|
||||||
{
|
{
|
||||||
var t1 = catalog.i18nc("@text", "Create a free Ultimaker acount")
|
var t1 = catalog.i18nc("@text", "Create a free Ultimaker Account")
|
||||||
var t = "<a href='https://notusedref'>" + t1 + "</a>"
|
var t = "<a href='https://notusedref'>" + t1 + "</a>"
|
||||||
return t
|
return t
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue