From 2c6198f27ca196614d9d80ec6798ef4379dc72c5 Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Sat, 18 Jul 2020 18:51:13 +0200 Subject: [PATCH] Fix spelling Fix spelling (#3410) --- tasmota/i18n.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasmota/i18n.h b/tasmota/i18n.h index eeedbfc57..70ca42a7e 100644 --- a/tasmota/i18n.h +++ b/tasmota/i18n.h @@ -616,7 +616,7 @@ // xsns_70_veml6075.ino #define D_JSON_UVA_INTENSITY "UvaIntensity" -#define D_JSON_UVB_INTENSITY "UvbItensity" +#define D_JSON_UVB_INTENSITY "UvbIntensity" #define D_CMND_VEML6075_POWER "power" #define D_CMND_VEML6075_DYNAMIC "dynamic" #define D_CMND_VEML6075_INTTIME "inttime"