mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-12-23 03:59:38 +00:00
Merge pull request #1221
2bd8e2f
Bring back wallet name at the password dialog
This commit is contained in:
commit
a7594d64a2
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ Item {
|
|||
Layout.maximumWidth: 400 * scaleRatio
|
||||
|
||||
Label {
|
||||
text: qsTr("Please enter wallet password")
|
||||
text: root.walletName.length > 0 ? qsTr("Please enter wallet password for: ") + root.walletName : qsTr("Please enter wallet password")
|
||||
anchors.left: parent.left
|
||||
Layout.fillWidth: true
|
||||
|
||||
|
|
Loading…
Reference in a new issue