diff --git a/ui/app/AppLayouts/Chat/views/CreateChatView.qml b/ui/app/AppLayouts/Chat/views/CreateChatView.qml index abd9806684..069f1d4c0e 100644 --- a/ui/app/AppLayouts/Chat/views/CreateChatView.qml +++ b/ui/app/AppLayouts/Chat/views/CreateChatView.qml @@ -103,6 +103,7 @@ Page { Layout.alignment: Qt.AlignVCenter | Qt.AlignLeft Layout.leftMargin: 17 maxHeight: root.height + nameCountLimit: 20 listLabel: qsTr("Contacts") toLabelText: qsTr("To: ") warningText: qsTr("USER LIMIT REACHED")