From 99880cea2f16c56b287de82f75d32e9d4a518efc Mon Sep 17 00:00:00 2001 From: proddy Date: Wed, 7 Oct 2020 23:12:40 +0200 Subject: [PATCH] upper case temp sensor 1 & 2 --- src/locale_EN.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/locale_EN.h b/src/locale_EN.h index 340c0386e..646fe33e2 100644 --- a/src/locale_EN.h +++ b/src/locale_EN.h @@ -228,8 +228,8 @@ MAKE_PSTR(display, "Display") MAKE_PSTR(language, "Language") MAKE_PSTR(offsetclock, "Offset clock") MAKE_PSTR(dampedtemp, "Damped outdoor temperature") -MAKE_PSTR(inttemp1, "temperature sensor 1") -MAKE_PSTR(inttemp2, "temperature sensor 2") +MAKE_PSTR(inttemp1, "Temperature sensor 1") +MAKE_PSTR(inttemp2, "Temperature sensor 2") MAKE_PSTR(intoffset, "Offset int. temperature") MAKE_PSTR(minexttemp, "Min ext. temperature") MAKE_PSTR(building, "Building")