Suggest what to do on the empty welcome screen

A simple change, adds a sentence to the "Welcome to NeoChat" message
when it first starts up and you have nothing selected.
This commit is contained in:
Joshua Goins
2024-07-25 19:33:41 -04:00
parent ade7270add
commit 060e30e612

View File

@@ -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")
}
}