diff --git a/imports/NeoChat/Component/Timeline/StateDelegate.qml b/imports/NeoChat/Component/Timeline/StateDelegate.qml
index 9960022ae..238d4f206 100644
--- a/imports/NeoChat/Component/Timeline/StateDelegate.qml
+++ b/imports/NeoChat/Component/Timeline/StateDelegate.qml
@@ -42,7 +42,7 @@ RowLayout {
Layout.fillWidth: true
wrapMode: Text.WordWrap
textFormat: Text.RichText
- text: "" + author.displayName + " " + display
+ text: "" + author.displayName + " " + display
onLinkActivated: Qt.openUrlExternally(link)
}
}