fix(MessageView): Show correct name of who pinned the message

This commit is contained in:
Igor Sirotin 2023-05-15 13:49:00 +03:00 committed by Iuri Matias
parent a93d2f8387
commit ad8f749289
1 changed files with 1 additions and 1 deletions

View File

@ -395,7 +395,7 @@ Loader {
StatusBaseText {
width: parent.width - 120
horizontalAlignment: Text.AlignHCenter
text: qsTr("%1 pinned a message").arg(quotedMessageAuthorDetailsDisplayName)
text: qsTr("%1 pinned a message").arg(senderDisplayName)
color: Theme.palette.directColor3
font.family: Theme.palette.baseFont.name
font.pixelSize: Theme.primaryTextFontSize