diff --git a/qml/pages/OverviewPage.qml b/qml/pages/OverviewPage.qml index 7b3440a..3ad74a9 100644 --- a/qml/pages/OverviewPage.qml +++ b/qml/pages/OverviewPage.qml @@ -335,7 +335,8 @@ Page { ViewPlaceholder { enabled: chatListView.count === 0 - text: qsTr("You don't have any chats yet.") + text: chatSearchField.text === "" ? qsTr("You don't have any chats yet.") : qsTr("No matching chats found.") + hintText: qsTr("You can search public chats or create a new chat via the pull-down menu.") } VerticalScrollDecorator {} diff --git a/translations/harbour-fernschreiber-de.ts b/translations/harbour-fernschreiber-de.ts index 6f48ced..adf42ac 100644 --- a/translations/harbour-fernschreiber-de.ts +++ b/translations/harbour-fernschreiber-de.ts @@ -1084,6 +1084,14 @@ Tap on the title bar to filter your chats Tippen Sie auf die Titelleiste, um Ihre Chats zu filtern + + No matching chats found. + Keine passenden Chats gefunden. + + + You can search public chats or create a new chat via the pull-down menu. + Sie können über das Pull-Down-Menü öffentliche Chats finden oder einen Neuen erstellen. + PinnedMessageItem diff --git a/translations/harbour-fernschreiber-en.ts b/translations/harbour-fernschreiber-en.ts index 80176dd..d27d1a6 100644 --- a/translations/harbour-fernschreiber-en.ts +++ b/translations/harbour-fernschreiber-en.ts @@ -1084,6 +1084,14 @@ Tap on the title bar to filter your chats Tap on the title bar to filter your chats + + No matching chats found. + No matching chats found. + + + You can search public chats or create a new chat via the pull-down menu. + You can search public chats or create a new chat via the pull-down menu. + PinnedMessageItem diff --git a/translations/harbour-fernschreiber-es.ts b/translations/harbour-fernschreiber-es.ts index 5225a17..c939580 100644 --- a/translations/harbour-fernschreiber-es.ts +++ b/translations/harbour-fernschreiber-es.ts @@ -1073,6 +1073,14 @@ Tap on the title bar to filter your chats + + No matching chats found. + + + + You can search public chats or create a new chat via the pull-down menu. + + PinnedMessageItem diff --git a/translations/harbour-fernschreiber-fi.ts b/translations/harbour-fernschreiber-fi.ts index 28a7e7b..0fabf73 100644 --- a/translations/harbour-fernschreiber-fi.ts +++ b/translations/harbour-fernschreiber-fi.ts @@ -1085,6 +1085,14 @@ Tap on the title bar to filter your chats + + No matching chats found. + + + + You can search public chats or create a new chat via the pull-down menu. + + PinnedMessageItem diff --git a/translations/harbour-fernschreiber-hu.ts b/translations/harbour-fernschreiber-hu.ts index 8e8ae19..8d15c5f 100644 --- a/translations/harbour-fernschreiber-hu.ts +++ b/translations/harbour-fernschreiber-hu.ts @@ -1073,6 +1073,14 @@ Tap on the title bar to filter your chats + + No matching chats found. + + + + You can search public chats or create a new chat via the pull-down menu. + + PinnedMessageItem diff --git a/translations/harbour-fernschreiber-it.ts b/translations/harbour-fernschreiber-it.ts index a9da297..3656174 100644 --- a/translations/harbour-fernschreiber-it.ts +++ b/translations/harbour-fernschreiber-it.ts @@ -1084,6 +1084,14 @@ Tap on the title bar to filter your chats + + No matching chats found. + + + + You can search public chats or create a new chat via the pull-down menu. + + PinnedMessageItem diff --git a/translations/harbour-fernschreiber-pl.ts b/translations/harbour-fernschreiber-pl.ts index efbb142..cb9d964 100644 --- a/translations/harbour-fernschreiber-pl.ts +++ b/translations/harbour-fernschreiber-pl.ts @@ -1095,6 +1095,14 @@ Tap on the title bar to filter your chats + + No matching chats found. + + + + You can search public chats or create a new chat via the pull-down menu. + + PinnedMessageItem diff --git a/translations/harbour-fernschreiber-ru.ts b/translations/harbour-fernschreiber-ru.ts index 98cbd44..085aa44 100644 --- a/translations/harbour-fernschreiber-ru.ts +++ b/translations/harbour-fernschreiber-ru.ts @@ -1095,6 +1095,14 @@ Tap on the title bar to filter your chats + + No matching chats found. + + + + You can search public chats or create a new chat via the pull-down menu. + + PinnedMessageItem diff --git a/translations/harbour-fernschreiber-sv.ts b/translations/harbour-fernschreiber-sv.ts index 63861bb..29d1754 100644 --- a/translations/harbour-fernschreiber-sv.ts +++ b/translations/harbour-fernschreiber-sv.ts @@ -1084,6 +1084,14 @@ Tap on the title bar to filter your chats + + No matching chats found. + + + + You can search public chats or create a new chat via the pull-down menu. + + PinnedMessageItem diff --git a/translations/harbour-fernschreiber-zh_CN.ts b/translations/harbour-fernschreiber-zh_CN.ts index 97d8fcd..ac29833 100644 --- a/translations/harbour-fernschreiber-zh_CN.ts +++ b/translations/harbour-fernschreiber-zh_CN.ts @@ -1073,6 +1073,14 @@ Tap on the title bar to filter your chats + + No matching chats found. + + + + You can search public chats or create a new chat via the pull-down menu. + + PinnedMessageItem diff --git a/translations/harbour-fernschreiber.ts b/translations/harbour-fernschreiber.ts index 3e6ccf4..2cf5900 100644 --- a/translations/harbour-fernschreiber.ts +++ b/translations/harbour-fernschreiber.ts @@ -1084,6 +1084,14 @@ Tap on the title bar to filter your chats + + No matching chats found. + + + + You can search public chats or create a new chat via the pull-down menu. + + PinnedMessageItem