From 63d525e0f4b3d18f95f5c59a0a4f3e2ea8f05cbc Mon Sep 17 00:00:00 2001 From: Iuri Matias Date: Thu, 21 May 2020 20:07:55 -0400 Subject: [PATCH] clarify one can join channel through sidebar --- ui/app/AppLayouts/Chat/ChatLayout.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/app/AppLayouts/Chat/ChatLayout.qml b/ui/app/AppLayouts/Chat/ChatLayout.qml index 7ac7af5b33..9957a2997b 100644 --- a/ui/app/AppLayouts/Chat/ChatLayout.qml +++ b/ui/app/AppLayouts/Chat/ChatLayout.qml @@ -59,7 +59,7 @@ SplitView { TextField { id: searchText - placeholderText: qsTr("Search") + placeholderText: qsTr("Search or join channel") anchors.left: parent.left anchors.leftMargin: 32 anchors.verticalCenter: parent.verticalCenter