mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-23 09:16:38 +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-icon-button
|
||||
slot="trigger"
|
||||
.label=${this.hass.localize("ui.panel.config.info.copy_menu")}
|
||||
.label=${this.hass.localize("ui.common.menu")}
|
||||
.path=${mdiDotsVertical}
|
||||
></ha-icon-button>
|
||||
<mwc-list-item id="skipped">
|
||||
|
Loading…
x
Reference in New Issue
Block a user