From 3bb8a447567e9b2a4cbbef70f8b8059abe5e81c2 Mon Sep 17 00:00:00 2001 From: DEV2DEV-DE Date: Sun, 10 Dec 2023 23:01:02 +0100 Subject: [PATCH] Update labels in jsonConfig.json --- admin/jsonConfig.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/admin/jsonConfig.json b/admin/jsonConfig.json index c61256b..189520d 100644 --- a/admin/jsonConfig.json +++ b/admin/jsonConfig.json @@ -26,17 +26,17 @@ }, "readSections": { "type": "checkbox", - "label": "Read sections", + "label": "sections", "newLine": true }, "readProgrammableGates": { "type": "checkbox", - "label": "Read programmableGates", + "label": "programmableGates", "newLine": true }, "readThermoDevices": { "type": "checkbox", - "label": "Read thermoDevices", + "label": "thermoDevices", "newLine": true } }