Skip to content

Commit c6b217a

Browse files
committed
- replace header CONFIRM with APP_SET_RESET_DEFAULT
1 parent 7f7edee commit c6b217a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fw/application/src/app/settings/scene/settings_scene_main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ static void settings_scene_main_list_view_on_selected(mui_list_view_event_t even
119119
break;
120120

121121
case SETTINGS_MAIN_MENU_RESET_DEFAULT: {
122-
mui_msg_box_set_header(app->p_msg_box, _T(CONFIRM));
122+
mui_msg_box_set_header(app->p_msg_box, _T(APP_SET_RESET_DEFAULT));
123123
mui_msg_box_set_message(app->p_msg_box, _T(APP_SET_RESET_DEFAULT_CONFIRM));
124124
mui_msg_box_set_btn_text(app->p_msg_box, _T(CONFIRM), NULL, _T(CANCEL));
125125
mui_msg_box_set_btn_focus(app->p_msg_box, 2);

0 commit comments

Comments
 (0)