From df400e3d73f57b21bf23e7cb65cd53f50ee8965f Mon Sep 17 00:00:00 2001 From: divadiow <62958974+divadiow@users.noreply.github.com> Date: Sun, 3 Nov 2024 19:54:36 +0000 Subject: [PATCH] config menu button label capitalisation consistency (#1410) * config menu button label capitalisation consistency * WebApp? --- src/httpserver/http_fns.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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