Improve "nothing events to show yet" message

This commit is contained in:
miruka 2019-08-15 11:56:28 -04:00
parent 34edf923d0
commit 947c706638

View File

@ -86,7 +86,7 @@ HRectangle {
} }
HNoticePage { HNoticePage {
text: qsTr("Nothing here yet...") text: qsTr("No messages visible yet.")
visible: eventList.model.count < 1 visible: eventList.model.count < 1
anchors.fill: parent anchors.fill: parent