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.
This commit is contained in:
Norbert Rittel 2025-01-06 07:47:37 +01:00 committed by Bram Kragten
parent 6d084813d5
commit f53ac94e76

View File

@ -2113,6 +2113,7 @@
"description": "Group devices and entities",
"headers": {
"name": "Name",
"description": "Description",
"icon": "Icon",
"color": "Color"
},