diff --git a/src/qml/Chat/Timeline/EventImage.qml b/src/qml/Chat/Timeline/EventImage.qml index 737c3a45..be5e954e 100644 --- a/src/qml/Chat/Timeline/EventImage.qml +++ b/src/qml/Chat/Timeline/EventImage.qml @@ -67,7 +67,7 @@ HMxcImage { EventImageTextBubble { anchors.right: parent.right anchors.bottom: parent.bottom - text: [loader.showDate, loader.showLocalEcho].join(" ") + text: [loader.showDate, loader.showLocalEcho].join(" ").trim() textFormat: Text.StyledText } }