diff --git a/components/HistoryTable.qml b/components/HistoryTable.qml index 0077c4d2..f4ccd914 100644 --- a/components/HistoryTable.qml +++ b/components/HistoryTable.qml @@ -293,7 +293,7 @@ ListView { anchors.left: parent.left anchors.leftMargin: 30 * scaleRatio - labelHeader: QsTr("Transaction ID") + translationManager.emptyString + labelHeader: qsTr("Transaction ID") + translationManager.emptyString labelValue: hash.substring(0, 18) + "..." copyValue: hash }