Skip to content

Commit c9079ac

Browse files
committed
Rename Wave Display Setting
[Problem] Wave display incorrectly named wave type. [Solution] Updated display name. [Testing] Tested on device.
1 parent 98de19b commit c9079ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scenes/settings_scene.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ void scene_on_enter_settings_scene(void* context) {
6363
// Wave type setting
6464
VariableItem* item = variable_item_list_add(
6565
variableItemListView->viewData,
66-
"Wave Type",
66+
"Wave Display",
6767
COUNT_OF(wave_option_values),
6868
wave_type_option_change,
6969
app);

0 commit comments

Comments
 (0)