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:
Ghostkeeper 2021-04-02 11:09:24 +02:00 committed by GitHub
parent 7f353d72a7
commit e6951327bb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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")
}
}
}