From 69d91ff61991a11a1fe4c0fcee36b6a19740c029 Mon Sep 17 00:00:00 2001 From: Struan Clark Date: Fri, 3 Mar 2023 18:03:22 -0700 Subject: [PATCH] info cleanup --- views/flipbip_scene_1.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/views/flipbip_scene_1.c b/views/flipbip_scene_1.c index 7de0747f334..2a8d1caf945 100644 --- a/views/flipbip_scene_1.c +++ b/views/flipbip_scene_1.c @@ -182,8 +182,8 @@ void flipbip_scene_1_draw(Canvas* canvas, FlipBipScene1Model* model) { const char* info = "-Scroll pages with up/down-" "p1,2) Mnemonic/Seed " "p3) xprv Root Key " - "p4,5) xprv/xpub account " - "p6,7) xprv/xpub extended " + "p4,5) xprv/xpub Accnt Keys" + "p6,7) xprv/xpub Extnd Keys" "p8+) Receive Addresses "; flipbip_scene_1_draw_generic(info, 27); }