aboutsummaryrefslogtreecommitdiff
path: root/components
diff options
context:
space:
mode:
Diffstat (limited to 'components')
-rw-r--r--components/HistoryTable.qml2
1 files changed, 1 insertions, 1 deletions
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
}