From ed38a341514cfaeca92895d02ff2836187fd187b Mon Sep 17 00:00:00 2001 From: MichaelDvP <59284019+MichaelDvP@users.noreply.github.com> Date: Fri, 12 Mar 2021 18:43:32 +0100 Subject: [PATCH] Typo --- src/locale_EN.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locale_EN.h b/src/locale_EN.h index 7f66ad289..6eff5980f 100644 --- a/src/locale_EN.h +++ b/src/locale_EN.h @@ -99,7 +99,7 @@ MAKE_PSTR_WORD(unknown) MAKE_PSTR(EMSESP, "EMS-ESP") MAKE_PSTR(master_thermostat_fmt, "Master Thermostat Device ID = %s") MAKE_PSTR(host_fmt, "Host = %s") -MAKE_PSTR(port_fmt, "Post = %d") +MAKE_PSTR(port_fmt, "Port = %d") MAKE_PSTR(hostname_fmt, "Hostname = %s") MAKE_PSTR(mark_interval_fmt, "Mark interval = %lus") MAKE_PSTR(wifi_ssid_fmt, "WiFi SSID = %s")