diff --git a/src/qml/Menu/Timeline/MessageDelegateContextMenu.qml b/src/qml/Menu/Timeline/MessageDelegateContextMenu.qml index 373c17a2f..d2d132a11 100644 --- a/src/qml/Menu/Timeline/MessageDelegateContextMenu.qml +++ b/src/qml/Menu/Timeline/MessageDelegateContextMenu.qml @@ -84,7 +84,7 @@ Loader { icon.name: "code-context" onTriggered: { applicationWindow().pageStack.pushDialogLayer('qrc:/MessageSourceSheet.qml', { - sourceText: root.eventSource + sourceText: root.source }, { title: i18n("Message Source"), width: Kirigami.Units.gridUnit * 25