mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-14 00:27:40 +00:00
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…
x
Reference in New Issue
Block a user