1
0
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:
Pavol Rusnak 2018-11-05 21:43:13 +01:00
parent 0688fe6008
commit f0eb7629bc
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

View File

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