mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-27 01:48:17 +00:00
app.management: fix missing icon
This commit is contained in:
parent
74b2170e3f
commit
b60206d588
@ -18,7 +18,7 @@ async def layout_load_device(message, session_id):
|
|||||||
raise wire.FailureError(Other, 'Mnemonic is not valid')
|
raise wire.FailureError(Other, 'Mnemonic is not valid')
|
||||||
|
|
||||||
await require_confirm(session_id, Text(
|
await require_confirm(session_id, Text(
|
||||||
'Loading seed',
|
'Loading seed', ui.ICON_RESET,
|
||||||
ui.BOLD, 'Loading private seed', 'is not recommended.',
|
ui.BOLD, 'Loading private seed', 'is not recommended.',
|
||||||
ui.NORMAL, 'Continue only if you', 'know what you are doing!'))
|
ui.NORMAL, 'Continue only if you', 'know what you are doing!'))
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user