Skip to content

Commit

Permalink
fix typo (#2037)
Browse files Browse the repository at this point in the history
  • Loading branch information
gullradriel committed Mar 24, 2024
1 parent c078bac commit b47cee4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firmware/application/apps/ui_looking_glass_app.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ void GlassView::update_display_beep() {
receiver_model.set_headphone_volume(receiver_model.headphone_volume()); // WM8731 hack.
} else {
button_beep_squelch.set_style(&Styles::white);
button_beep_squelch.set_text("[ beep OFF [");
button_beep_squelch.set_text("[ beep OFF ]");
}
}

Expand Down

0 comments on commit b47cee4

Please sign in to comment.