1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-26 17:38:39 +00:00

app.management: fix missing icon

This commit is contained in:
Jan Pochyla 2016-10-20 15:08:57 +02:00
parent 74b2170e3f
commit b60206d588

View File

@ -18,7 +18,7 @@ async def layout_load_device(message, session_id):
raise wire.FailureError(Other, 'Mnemonic is not valid')
await require_confirm(session_id, Text(
'Loading seed',
'Loading seed', ui.ICON_RESET,
ui.BOLD, 'Loading private seed', 'is not recommended.',
ui.NORMAL, 'Continue only if you', 'know what you are doing!'))