mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-12-23 12:09:57 +00:00
Restore wallet: Adding space after 'Your wallet is stored in'
This commit is contained in:
parent
0cb6900295
commit
08b54f69a5
1 changed files with 1 additions and 1 deletions
|
@ -242,7 +242,7 @@ ColumnLayout {
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
Layout.topMargin: 20
|
Layout.topMargin: 20
|
||||||
fontSize: 14
|
fontSize: 14
|
||||||
text: qsTr("Your wallet is stored in") + fileUrlInput.text;
|
text: qsTr("Your wallet is stored in") + ": " + fileUrlInput.text;
|
||||||
}
|
}
|
||||||
|
|
||||||
LineEdit {
|
LineEdit {
|
||||||
|
|
Loading…
Reference in a new issue