From 8ce94248d477adbf911b25e34603bb47892ca003 Mon Sep 17 00:00:00 2001 From: ThomasV Date: Wed, 21 Apr 2021 10:28:36 +0200 Subject: [PATCH] kivy: update wizard message: pin->password --- electrum/gui/kivy/uix/dialogs/installwizard.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/electrum/gui/kivy/uix/dialogs/installwizard.py b/electrum/gui/kivy/uix/dialogs/installwizard.py index 6db4bea09..0debfa417 100644 --- a/electrum/gui/kivy/uix/dialogs/installwizard.py +++ b/electrum/gui/kivy/uix/dialogs/installwizard.py @@ -834,7 +834,7 @@ class ChoiceLineDialog(WizardChoiceDialog): class ShowSeedDialog(WizardDialog): seed_text = StringProperty('') - message = _("If you forget your PIN or lose your device, your seed phrase will be the only way to recover your funds.") + message = _("If you forget your password or lose your device, your seed phrase will be the only way to recover your funds.") def __init__(self, wizard, **kwargs): super(ShowSeedDialog, self).__init__(wizard, **kwargs)