From 1cc7d35ab86ddd8baa8475ec1bf4fffc0cd9e004 Mon Sep 17 00:00:00 2001 From: dEBRUYNE-1 Date: Wed, 31 Aug 2016 18:39:44 +0200 Subject: [PATCH] Fix typo --- wizard/WizardOptions.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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
from my 24 work seed") + translationManager.emptyString + text: qsTr("I want to recover my account
from my 25 word seed") + translationManager.emptyString } } }