Skip to content

Commit

Permalink
wording
Browse files Browse the repository at this point in the history
  • Loading branch information
xtruan committed Mar 16, 2023
1 parent 24d185f commit 35209cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scenes/flipbip_scene_menu.c
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ bool flipbip_scene_menu_on_event(void* context, SceneManagerEvent event) {
} else if(event.event == SubmenuIndexScene1Import) {
app->import_from_mnemonic = 1;
app->input_state = FlipBipTextInputMnemonic;
text_input_set_header_text(app->text_input, "Import mnemonic phrase");
text_input_set_header_text(app->text_input, "Enter mnemonic phrase");
view_dispatcher_switch_to_view(app->view_dispatcher, FlipBipViewIdTextInput);
return true;
} else if(event.event == SubmenuIndexSettings) {
Expand Down

0 comments on commit 35209cc

Please sign in to comment.