fix(chat): rename 'Chat' -> 'Messages' headline

Closes #8483
This commit is contained in:
Pascal Precht 2022-11-29 12:12:30 +01:00 committed by r4bbit.eth
parent bff6b22fc4
commit 3af77c9c96
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ Item {
StatusNavigationPanelHeadline {
Layout.alignment: Qt.AlignVCenter
text: qsTr("Chat")
text: qsTr("Messages")
}
Item {