fixed typo

CURA-8094 Cura onboarding flow
This commit is contained in:
Jelle Spijker 2021-03-23 11:40:23 +01:00
parent 91c71e1c8a
commit 778db451ad
No known key found for this signature in database
GPG key ID: 6662DC033BE6B99A

View file

@ -185,7 +185,7 @@ Item
horizontalAlignment: Text.AlignHCenter
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>"
return t
}