From 1c9ce093c9eb7b07ff6d97af15328089854cf21f Mon Sep 17 00:00:00 2001 From: Norbert Rittel Date: Mon, 30 Dec 2024 21:34:36 +0100 Subject: [PATCH] Add missing `ui.panel.config.labels.headers.description` The header "Description" for the Labels list only shows up as optional in a narrow view like on mobile. This commit adds the missing string for proper localization. --- src/translations/en.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src/translations/en.json b/src/translations/en.json index 6488ddd95c5d..089e86c7b6c9 100644 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -2115,6 +2115,7 @@ "description": "Group devices and entities", "headers": { "name": "Name", + "description": "Description", "icon": "Icon", "color": "Color" },