diff --git a/src/qml/RoomPage.qml b/src/qml/RoomPage.qml index f9069b662..91d2980bf 100644 --- a/src/qml/RoomPage.qml +++ b/src/qml/RoomPage.qml @@ -155,6 +155,7 @@ Kirigami.Page { sourceComponent: Kirigami.PlaceholderMessage { icon.name: "org.kde.neochat" text: i18n("Welcome to NeoChat") + explanation: i18n("Select or join a room to get started") } }