core/slip39: one more typo

release/2019-07
Tomas Susanka 5 years ago
parent 2f0a5adac6
commit 582910732a

@ -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

Loading…
Cancel
Save