diff --git a/ui/app/AppLayouts/Chat/views/ChatView.qml b/ui/app/AppLayouts/Chat/views/ChatView.qml index 7472119987..ab33c91e84 100644 --- a/ui/app/AppLayouts/Chat/views/ChatView.qml +++ b/ui/app/AppLayouts/Chat/views/ChatView.qml @@ -102,7 +102,7 @@ StatusAppThreePanelLayout { id: userListComponent UserListPanel { rootStore: root.rootStore - label: qsTrId("members-label") + label: qsTr("Members") messageContextMenu: quickActionMessageOptionsMenu usersModule: { let chatContentModule = root.rootStore.currentChatContentModule()