From 8cd08fa765e0e7575767b8e15465c393b04a4b7f Mon Sep 17 00:00:00 2001 From: proddy Date: Sat, 7 Jan 2023 14:38:58 +0100 Subject: [PATCH] comment --- src/locale_translations.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locale_translations.h b/src/locale_translations.h index 324d8f1fd..2469b9bf5 100644 --- a/src/locale_translations.h +++ b/src/locale_translations.h @@ -33,7 +33,7 @@ // if there is no translation, it will default to en // device types, as display in Web and Console -// TODO need completed translations +// TODO translation MAKE_PSTR_LIST(boiler_device, "Boiler", "Kessel", "Boiler") MAKE_PSTR_LIST(thermostat_device, "Thermostat", "Thermostat", "Thermostaat") MAKE_PSTR_LIST(heatpump_device, "Heat Pump", "Wärmepumpe", "Warmtepomp")