mirror of
https://github.com/home-assistant/frontend.git
synced 2026-04-19 16:31:31 +01:00
Fix icon header labels in Automations, Scene and Script tables (#21214)
Change icon header labels
This commit is contained in:
@@ -252,7 +252,7 @@ class HaScriptPicker extends SubscribeMixin(LitElement) {
|
||||
title: "",
|
||||
showNarrow: true,
|
||||
moveable: false,
|
||||
label: localize("ui.panel.config.script.picker.headers.state"),
|
||||
label: localize("ui.panel.config.script.picker.headers.icon"),
|
||||
type: "icon",
|
||||
template: (script) =>
|
||||
html`<ha-state-icon
|
||||
|
||||
Reference in New Issue
Block a user