Skip to content

Commit

Permalink
config menu button label capitalisation consistency (#1410)
Browse files Browse the repository at this point in the history
* config menu button label capitalisation consistency

* WebApp?
  • Loading branch information
divadiow authored Nov 3, 2024
1 parent cc73ba8 commit df400e3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/httpserver/http_fns.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit df400e3

Please sign in to comment.