mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-02-05 12:21:16 +00:00
core/slip39: one more typo
This commit is contained in:
parent
2f0a5adac6
commit
582910732a
@ -51,8 +51,8 @@ async def show_backup_success(ctx):
|
|||||||
text.normal(
|
text.normal(
|
||||||
"Never make a digital",
|
"Never make a digital",
|
||||||
"copy of your recovery",
|
"copy of your recovery",
|
||||||
"seed and never upload",
|
"shares and never upload",
|
||||||
"it online!",
|
"them online!",
|
||||||
)
|
)
|
||||||
await require_confirm(
|
await require_confirm(
|
||||||
ctx, text, ButtonRequestType.ResetDevice, confirm="Finish backup", cancel=None
|
ctx, text, ButtonRequestType.ResetDevice, confirm="Finish backup", cancel=None
|
||||||
@ -193,8 +193,8 @@ async def bip39_show_backup_warning(ctx):
|
|||||||
text.normal(
|
text.normal(
|
||||||
"Never make a digital",
|
"Never make a digital",
|
||||||
"copy of your recovery",
|
"copy of your recovery",
|
||||||
"seed and never upload",
|
"shares and never upload",
|
||||||
"it online!",
|
"them online!",
|
||||||
)
|
)
|
||||||
await require_confirm(
|
await require_confirm(
|
||||||
ctx, text, ButtonRequestType.ResetDevice, confirm="I understand", cancel=None
|
ctx, text, ButtonRequestType.ResetDevice, confirm="I understand", cancel=None
|
||||||
|
Loading…
Reference in New Issue
Block a user