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 GitHub
parent e9f3f71be1
commit a8803de6e3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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