mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 06:23:59 -06:00
Translate title of sign in screen
Formerly this probably wasn't translated because it's like a name or term. But now it definitely needs to be translated. Contributes to issue CURA-8107. Co-authored-by: Jaime van Kessel <nallath@gmail.com>
This commit is contained in:
parent
7f353d72a7
commit
e6951327bb
1 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@ Column
|
|||
id: title
|
||||
anchors.horizontalCenter: parent.horizontalCenter
|
||||
renderType: Text.NativeRendering
|
||||
text: "Sign in to the Ultimaker platform"
|
||||
text: catalog.i18nc("@label", "Sign in to the Ultimaker platform")
|
||||
font: UM.Theme.getFont("large_bold")
|
||||
color: UM.Theme.getColor("text")
|
||||
}
|
||||
|
@ -62,4 +62,4 @@ Column
|
|||
text: catalog.i18nc("@button", "Create a free Ultimaker account")
|
||||
onClicked: Qt.openUrlExternally(CuraApplication.ultimakerCloudAccountRootUrl + "/app/create")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue