aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordEBRUYNE-1 <dEBRUYNE-1@users.noreply.github.com>2016-08-31 18:39:44 +0200
committerGitHub <noreply@github.com>2016-08-31 18:39:44 +0200
commit1cc7d35ab86ddd8baa8475ec1bf4fffc0cd9e004 (patch)
treedd2b8f94b484aade173179ae202b4bd2c1c3f365
parent497a6b8de3bec6bc266246d0e02bdfbc37d64782 (diff)
downloadmonzero-gui-1cc7d35ab86ddd8baa8475ec1bf4fffc0cd9e004.tar.gz
monzero-gui-1cc7d35ab86ddd8baa8475ec1bf4fffc0cd9e004.tar.xz
monzero-gui-1cc7d35ab86ddd8baa8475ec1bf4fffc0cd9e004.zip
Fix typo
-rw-r--r--wizard/WizardOptions.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/wizard/WizardOptions.qml b/wizard/WizardOptions.qml
index 7aa3be2f..b35dbee4 100644
--- a/wizard/WizardOptions.qml
+++ b/wizard/WizardOptions.qml
@@ -138,7 +138,7 @@ Item {
font.pixelSize: 16
color: "#4A4949"
horizontalAlignment: Text.AlignHCenter
- text: qsTr("I want to recover my account<br/>from my 24 work seed") + translationManager.emptyString
+ text: qsTr("I want to recover my account<br/>from my 25 word seed") + translationManager.emptyString
}
}
}