diff --git a/wizard/WizardManageWalletUI.qml b/wizard/WizardManageWalletUI.qml index b2aa7e73..7e7d2f58 100644 --- a/wizard/WizardManageWalletUI.qml +++ b/wizard/WizardManageWalletUI.qml @@ -242,7 +242,7 @@ ColumnLayout { Layout.fillWidth: true Layout.topMargin: 20 fontSize: 14 - text: qsTr("Your wallet is stored in") + fileUrlInput.text; + text: qsTr("Your wallet is stored in") + ": " + fileUrlInput.text; } LineEdit {