mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-25 18:26:35 +00:00
Use correct label for update config menu (#12465)
This commit is contained in:
parent
a2c0c0474a
commit
2cc6432a0f
@ -75,7 +75,7 @@ class HaConfigSectionUpdates extends LitElement {
|
|||||||
<ha-button-menu corner="BOTTOM_START" @action=${this._handleAction}>
|
<ha-button-menu corner="BOTTOM_START" @action=${this._handleAction}>
|
||||||
<ha-icon-button
|
<ha-icon-button
|
||||||
slot="trigger"
|
slot="trigger"
|
||||||
.label=${this.hass.localize("ui.panel.config.info.copy_menu")}
|
.label=${this.hass.localize("ui.common.menu")}
|
||||||
.path=${mdiDotsVertical}
|
.path=${mdiDotsVertical}
|
||||||
></ha-icon-button>
|
></ha-icon-button>
|
||||||
<mwc-list-item id="skipped">
|
<mwc-list-item id="skipped">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user