diff --git a/src/httpserver/http_fns.c b/src/httpserver/http_fns.c index 6fd719655..c6d1016bb 100644 --- a/src/httpserver/http_fns.c +++ b/src/httpserver/http_fns.c @@ -2676,7 +2676,7 @@ int http_fn_cfg_pins(http_request_t* request) { poststr(request, "

The first field assigns a role to the given pin. The next field is used to enter channel index (relay index), used to support multiple relays and buttons. "); poststr(request, "So, first button and first relay should have channel 1, second button and second relay have channel 2, etc.

"); poststr(request, "

Only for button roles another field will be provided to enter channel to toggle when doing double click. "); - poststr(request, "It shows up when you change role to button and save.

"); + poststr(request, "It shows up when you change role to button.

"); #if PLATFORM_BK7231N || PLATFORM_BK7231T poststr(request, "

BK7231N/BK7231T supports PWM only on pins 6, 7, 8, 9, 24 and 26!

"); #endif