From 5a7ea484380ccce1f68998ee6bdc1b0f75944af4 Mon Sep 17 00:00:00 2001 From: "Peter D. Gray" Date: Mon, 8 Jan 2024 14:24:30 -0500 Subject: [PATCH] nit --- shared/ftux.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shared/ftux.py b/shared/ftux.py index caaa5b1a..02a9976c 100644 --- a/shared/ftux.py +++ b/shared/ftux.py @@ -20,13 +20,13 @@ class FirstTimeUX: #settings.set('nfc', 0) # default already #settings.set('vidsk', 0) # same as default - await ux_show_story(''' + await ux_show_story('''\ Your COLDCARD has been configured for \ best security practices: - USB disabled - NFC disabled -- VDisk disabled +- VirtDisk disabled You can change these under Settings > Hardware On/Off.''', title="Welcome!")