diff --git a/src/qml/Chat/Timeline/EventList.qml b/src/qml/Chat/Timeline/EventList.qml index 9284dcae..42c44083 100644 --- a/src/qml/Chat/Timeline/EventList.qml +++ b/src/qml/Chat/Timeline/EventList.qml @@ -86,7 +86,7 @@ HRectangle { } HNoticePage { - text: qsTr("Nothing here yet...") + text: qsTr("No messages visible yet.") visible: eventList.model.count < 1 anchors.fill: parent