1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-01-27 07:40:59 +00:00

core/slip39: one more typo

This commit is contained in:
Tomas Susanka 2019-06-26 11:40:33 +02:00
parent 2f0a5adac6
commit 582910732a

View File

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