From f53ac94e761ae16704b136af3b8478fa5781e573 Mon Sep 17 00:00:00 2001 From: Norbert Rittel Date: Mon, 6 Jan 2025 07:47:37 +0100 Subject: [PATCH] Add missing `ui.panel.config.labels.headers.description` (#23517) 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 ea4f49db79b5..b513f6a8b336 100644 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -2113,6 +2113,7 @@ "description": "Group devices and entities", "headers": { "name": "Name", + "description": "Description", "icon": "Icon", "color": "Color" },