config menu button label capitalisation consistency (#1410)

* config menu button label capitalisation consistency

* WebApp?
This commit is contained in:
divadiow
2024-11-03 19:54:36 +00:00
committed by GitHub
parent cc73ba88ac
commit df400e3d73

View File

@ -2418,13 +2418,13 @@ int http_fn_cfg(http_request_t* request) {
postFormAction(request, "cfg_mqtt", "Configure MQTT");
postFormAction(request, "cfg_name", "Configure Names");
postFormAction(request, "cfg_mac", "Change MAC");
postFormAction(request, "cfg_ping", "Ping Watchdog (Network lost restarter)");
postFormAction(request, "cfg_webapp", "Configure Webapp");
postFormAction(request, "cfg_ping", "Ping Watchdog (network lost restarter)");
postFormAction(request, "cfg_webapp", "Configure WebApp");
postFormAction(request, "ha_cfg", "Home Assistant Configuration");
postFormAction(request, "ota", "OTA (update software by WiFi)");
postFormAction(request, "cmd_tool", "Execute custom command");
postFormAction(request, "cmd_tool", "Execute Custom Command");
//postFormAction(request, "flash_read_tool", "Flash Read Tool");
postFormAction(request, "startup_command", "Change startup command text");
postFormAction(request, "startup_command", "Change Startup Command Text");
#if 0
#if PLATFORM_BK7231T | PLATFORM_BK7231N