Finalize Time Format picker word change

This commit is contained in:
Jason P 2025-06-25 09:12:31 -05:00
parent 88ab198e0f
commit 46ac9841d6

View File

@ -84,7 +84,7 @@ void menuHandler::LoraRegionPicker(uint32_t duration)
void menuHandler::TwelveHourPicker()
{
static const char *optionsArray[] = {"Back", "12-hour", "24-hour"};
screen->showOverlayBanner("12- or 24-hour display?", 30000, optionsArray, 3, [](int selected) -> void {
screen->showOverlayBanner("Time Format", 30000, optionsArray, 3, [](int selected) -> void {
if (selected == 0) {
menuHandler::menuQueue = menuHandler::clock_menu;
} else if (selected == 1) {