mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-03 03:50:58 +00:00
layout: NO BACKUP => SEEDLESS
This commit is contained in:
parent
0688fe6008
commit
f0eb7629bc
@ -252,7 +252,7 @@ void layoutHome(void)
|
||||
}
|
||||
if (storage_noBackup()) {
|
||||
oledBox(0, 0, 127, 8, false);
|
||||
oledDrawStringCenter(0, "NO BACKUP!", FONT_STANDARD);
|
||||
oledDrawStringCenter(0, "SEEDLESS", FONT_STANDARD);
|
||||
} else
|
||||
if (storage_unfinishedBackup()) {
|
||||
oledBox(0, 0, 127, 8, false);
|
||||
|
Loading…
Reference in New Issue
Block a user