aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--wizard/WizardManageWalletUI.qml2
1 files changed, 1 insertions, 1 deletions
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 {