From 085f9491a218c8dd032dc0413a8004c918f37661 Mon Sep 17 00:00:00 2001 From: Pavol Rusnak Date: Mon, 5 Nov 2018 13:43:14 +0100 Subject: [PATCH] src/apps/homescreen: NO BACKUP => SEEDLESS --- src/apps/homescreen/homescreen.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/homescreen/homescreen.py b/src/apps/homescreen/homescreen.py index 3a9777e92d..447e7aa247 100644 --- a/src/apps/homescreen/homescreen.py +++ b/src/apps/homescreen/homescreen.py @@ -26,7 +26,7 @@ def display_homescreen(): if storage.is_initialized() and storage.no_backup(): ui.display.bar(0, 0, ui.WIDTH, 30, ui.RED) ui.display.text_center( - ui.WIDTH // 2, 22, "NO BACKUP!", ui.BOLD, ui.WHITE, ui.RED + ui.WIDTH // 2, 22, "SEEDLESS", ui.BOLD, ui.WHITE, ui.RED ) ui.display.bar(0, 30, ui.WIDTH, ui.HEIGHT - 30, ui.BG) elif storage.is_initialized() and storage.unfinished_backup():