diff --git a/imports/NeoChat/Component/Timeline/ReplyComponent.qml b/imports/NeoChat/Component/Timeline/ReplyComponent.qml
index bafdabe7c..143a9c776 100644
--- a/imports/NeoChat/Component/Timeline/ReplyComponent.qml
+++ b/imports/NeoChat/Component/Timeline/ReplyComponent.qml
@@ -49,7 +49,7 @@ QQC2.AbstractButton {
TextDelegate {
Layout.fillWidth: true
Layout.leftMargin: 0
- text: replyVisible ? ("" + reply.display) : ""
+ text: replyVisible ? ("" + reply.display) : ""
textFormat: Text.RichText
wrapMode: Text.WordWrap
}