diff options
Diffstat (limited to 'pages')
-rw-r--r-- | pages/HomeForm.ui.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/HomeForm.ui.qml b/pages/HomeForm.ui.qml index 1f92d41..8119e9e 100644 --- a/pages/HomeForm.ui.qml +++ b/pages/HomeForm.ui.qml @@ -8,7 +8,7 @@ Page { title: qsTr("Today") Label { - text: qsTr("Load TaskList here") + text: qsTr("Load `contentView` here") anchors.verticalCenter: parent.verticalCenter anchors.horizontalCenter: parent.horizontalCenter } |