fix(MessageView): Show correct name of who pinned the message
This commit is contained in:
parent
a93d2f8387
commit
ad8f749289
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue