diff --git a/src/httpserver/http_fns.c b/src/httpserver/http_fns.c index 4da63aa80..76cf0bd4a 100644 --- a/src/httpserver/http_fns.c +++ b/src/httpserver/http_fns.c @@ -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