From 8f3e648497cbb0aa30b0a21f88126a7794502617 Mon Sep 17 00:00:00 2001 From: Tomas Susanka Date: Wed, 26 Jun 2019 12:21:48 +0200 Subject: [PATCH] core/slip39: remove note on T9 keyboard --- core/src/apps/management/recovery_device.py | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/core/src/apps/management/recovery_device.py b/core/src/apps/management/recovery_device.py index 8dc3bdee40..81773cf924 100644 --- a/core/src/apps/management/recovery_device.py +++ b/core/src/apps/management/recovery_device.py @@ -60,10 +60,6 @@ async def recovery_device(ctx, msg): wordcount = storage.get_slip39_words_count() mnemonic_module = mnemonic.slip39 - if mnemonic_module == mnemonic.slip39: - # show a note about the keyboard - await show_keyboard_info(ctx) - if msg.dry_run: dry_run_mnemonics = [] dry_run_mnemonic_count = None @@ -159,13 +155,11 @@ async def show_keyboard_info(ctx): await ctx.call(ButtonRequest(code=ButtonRequestType.Other), ButtonAck) info = InfoConfirm( - "One more thing. " + "Did you know? " "You can type the letters " - "the old-fashioned way " - "one by one or use our " - "T9 keyboard and press " - "buttons only once." - ) + "one by one or use it like " + "a T9 keyboard." + , "Great!") if __debug__: await ctx.wait(info, confirm_signal) else: