Skip to content

Commit

Permalink
Add localizable labels to Icon and Remove columns
Browse files Browse the repository at this point in the history
  • Loading branch information
NoRi2909 authored Dec 25, 2024
1 parent c4ba400 commit cd4c312
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,9 @@ export class VoiceAssistantsExpose extends LitElement {
): DataTableColumnContainer => ({
icon: {
title: "",
label: localize(
"ui.panel.config.voice_assistants.expose.headers.icon"
),
type: "icon",
moveable: false,
hidden: narrow,
Expand Down Expand Up @@ -241,6 +244,9 @@ export class VoiceAssistantsExpose extends LitElement {
},
remove: {
title: "",
label: localize(
"ui.panel.config.voice_assistants.expose.headers.remove"
),
type: "icon-button",
hidden: narrow,
template: () =>
Expand Down

0 comments on commit cd4c312

Please sign in to comment.