From a8803de6e3240ff5dbe97dde0db85c13675dbfa6 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 ef2321facd..cb69e4a8a2 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" },