Fix incorrect 3-dot menu labels (config hardware & storage) (#12512)

This commit is contained in:
Philip Allgaier 2022-04-29 16:24:37 +02:00 committed by GitHub
parent bf8affaf2b
commit 39f7034578
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -59,7 +59,7 @@ class HaConfigHardware extends LitElement {
>
<ha-button-menu corner="BOTTOM_START" slot="toolbar-icon">
<ha-icon-button
.label=${this.hass.localize("common.menu")}
.label=${this.hass.localize("ui.common.menu")}
.path=${mdiDotsVertical}
slot="trigger"
></ha-icon-button>

View File

@ -46,7 +46,7 @@ class HaConfigSectionStorage extends LitElement {
<ha-button-menu corner="BOTTOM_START" slot="toolbar-icon">
<ha-icon-button
slot="trigger"
.label=${this.hass.localize("ui.common.overflow")}
.label=${this.hass.localize("ui.common.menu")}
.path=${mdiDotsVertical}
></ha-icon-button>
<mwc-list-item @click=${this._moveDatadisk}>