mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-16 15:58:11 +00:00
Merge pull request #1772
8e0e088
HistoryTable: missing TransactionID text fix (mmbyday)
This commit is contained in:
commit
71a1ff6677
1 changed files with 1 additions and 1 deletions
|
@ -293,7 +293,7 @@ ListView {
|
||||||
anchors.left: parent.left
|
anchors.left: parent.left
|
||||||
anchors.leftMargin: 30 * scaleRatio
|
anchors.leftMargin: 30 * scaleRatio
|
||||||
|
|
||||||
labelHeader: QsTr("Transaction ID") + translationManager.emptyString
|
labelHeader: qsTr("Transaction ID") + translationManager.emptyString
|
||||||
labelValue: hash.substring(0, 18) + "..."
|
labelValue: hash.substring(0, 18) + "..."
|
||||||
copyValue: hash
|
copyValue: hash
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue