diff --git a/qml/cover/CoverPage.qml b/qml/cover/CoverPage.qml index 97621e5..f2cda9f 100644 --- a/qml/cover/CoverPage.qml +++ b/qml/cover/CoverPage.qml @@ -13,6 +13,6 @@ CoverBackground { Label { id: label anchors.centerIn: parent - text: qsTr("Seaprint") + text: qsTr("SeaPrint") } }