Skip to content

Commit

Permalink
Merge pull request #99 from KeystoneHQ/sora/bug-fix
Browse files Browse the repository at this point in the history
Sora/bug fix
  • Loading branch information
ww3512687 authored Sep 22, 2023
2 parents ad6b1c9 + 202cd1a commit 837fd94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/gui_widgets/gui_forget_pass_widgets.c
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ static void *GuiWalletForgetSinglePhrase(uint8_t wordAmount)
lv_obj_align(g_forgetMkb->titleLabel, LV_ALIGN_DEFAULT, 36, 12);
lv_label_set_recolor(g_forgetMkb->titleLabel, true);

g_forgetMkb->descLabel = GuiCreateIllustrateLabel(g_enterMnemonicCont, _(""));
g_forgetMkb->descLabel = GuiCreateIllustrateLabel(g_enterMnemonicCont, _("import_wallet_ssb_desc_fmt"));
lv_label_set_recolor(g_forgetMkb->descLabel, true);
lv_obj_align(g_forgetMkb->descLabel, LV_ALIGN_DEFAULT, 36, 72);
lv_obj_add_event_cb(g_forgetMkb->nextButton, ImportShareNextSliceHandler, LV_EVENT_CLICKED, NULL);
Expand Down

0 comments on commit 837fd94

Please sign in to comment.