Add missing label to search icon (#12671)

This commit is contained in:
Philip Allgaier 2022-05-14 00:58:01 +02:00 committed by GitHub
parent 6be6c711d0
commit f36c91550d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -269,6 +269,9 @@ class HUIRoot extends LitElement {
${!this.narrow
? html`
<ha-icon-button
.label=${this.hass!.localize(
"ui.panel.lovelace.menu.search"
)}
.path=${mdiMagnify}
@click=${this._showQuickBar}
></ha-icon-button>