From 582910732afe29fdbd9105fd7854de887b0c3317 Mon Sep 17 00:00:00 2001 From: Tomas Susanka Date: Wed, 26 Jun 2019 11:40:33 +0200 Subject: [PATCH] core/slip39: one more typo --- core/src/apps/management/common/layout.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/core/src/apps/management/common/layout.py b/core/src/apps/management/common/layout.py index f563fff72c..717026481c 100644 --- a/core/src/apps/management/common/layout.py +++ b/core/src/apps/management/common/layout.py @@ -51,8 +51,8 @@ async def show_backup_success(ctx): text.normal( "Never make a digital", "copy of your recovery", - "seed and never upload", - "it online!", + "shares and never upload", + "them online!", ) await require_confirm( ctx, text, ButtonRequestType.ResetDevice, confirm="Finish backup", cancel=None @@ -193,8 +193,8 @@ async def bip39_show_backup_warning(ctx): text.normal( "Never make a digital", "copy of your recovery", - "seed and never upload", - "it online!", + "shares and never upload", + "them online!", ) await require_confirm( ctx, text, ButtonRequestType.ResetDevice, confirm="I understand", cancel=None