diff --git a/src/panels/config/voice-assistants/ha-config-voice-assistants-expose.ts b/src/panels/config/voice-assistants/ha-config-voice-assistants-expose.ts index 4241500ee8..2f4a740366 100644 --- a/src/panels/config/voice-assistants/ha-config-voice-assistants-expose.ts +++ b/src/panels/config/voice-assistants/ha-config-voice-assistants-expose.ts @@ -146,6 +146,7 @@ export class VoiceAssistantsExpose extends LitElement { ): DataTableColumnContainer => ({ icon: { title: "", + label: localize("ui.panel.config.voice_assistants.expose.headers.icon"), type: "icon", moveable: false, hidden: narrow, @@ -241,6 +242,9 @@ export class VoiceAssistantsExpose extends LitElement { }, remove: { title: "", + label: localize( + "ui.panel.config.voice_assistants.expose.headers.remove" + ), type: "icon-button", hidden: narrow, template: () => diff --git a/src/translations/en.json b/src/translations/en.json index 02586cbd70..b513f6a8b3 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" }, @@ -2826,12 +2827,14 @@ "expose": { "caption": "Expose", "headers": { + "icon": "Icon", "name": "Name", "entity_id": "Entity ID", "area": "Area", "domain": "Domain", "assistants": "Assistants", - "aliases": "Aliases" + "aliases": "Aliases", + "remove": "[%key:ui::common::remove%]" }, "aliases": "{count} aliases", "expose": "Expose",