diff --git a/src/components/ha-clock-date-format-picker.ts b/src/components/ha-clock-date-format-picker.ts index 2d658f7413..b425e7d983 100644 --- a/src/components/ha-clock-date-format-picker.ts +++ b/src/components/ha-clock-date-format-picker.ts @@ -321,7 +321,7 @@ export class HaClockDateFormatPicker extends LitElement { const item = section.items.find((candidate) => candidate.id === value); if (item) { - return item.primary; + return `${item.primary} [${section.title}]`; } }