summaryrefslogtreecommitdiff
path: root/pages/HomeForm.ui.qml
diff options
context:
space:
mode:
authorAnatasof Wirapraja <anatasof.wirapraja@gmail.com>2019-09-20 16:14:55 +0700
committerAnatasof Wirapraja <anatasof.wirapraja@gmail.com>2019-09-20 16:14:55 +0700
commite8af71c340af5429ec57fe07d986a38914986b3e (patch)
tree618978c2b4a2f8c1bc02eab87aa2305a473087f6 /pages/HomeForm.ui.qml
parent5a2631d79d3939bf1ca378acd8429b768873e59b (diff)
add `Profile`
Diffstat (limited to 'pages/HomeForm.ui.qml')
-rw-r--r--pages/HomeForm.ui.qml2
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
}