diff options
author | Anatasof Wirapraja <anatasof.wirapraja@gmail.com> | 2019-09-20 16:14:55 +0700 |
---|---|---|
committer | Anatasof Wirapraja <anatasof.wirapraja@gmail.com> | 2019-09-20 16:14:55 +0700 |
commit | e8af71c340af5429ec57fe07d986a38914986b3e (patch) | |
tree | 618978c2b4a2f8c1bc02eab87aa2305a473087f6 /pages | |
parent | 5a2631d79d3939bf1ca378acd8429b768873e59b (diff) |
add `Profile`
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 } |