Omit 'Changelog' from title-label

5-min fix.
This commit is contained in:
Remco Burema 2021-03-31 18:58:31 +02:00
parent 27185c268d
commit 61bbc6a935
No known key found for this signature in database
GPG Key ID: 215C49431D43F98C

View File

@ -21,7 +21,7 @@ Item
anchors.top: parent.top
anchors.horizontalCenter: parent.horizontalCenter
horizontalAlignment: Text.AlignHCenter
text: catalog.i18nc("@label", "Release Notes / 'Changelog'")
text: catalog.i18nc("@label", "Release Notes")
color: UM.Theme.getColor("primary_button")
font: UM.Theme.getFont("huge")
renderType: Text.NativeRendering