mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-22 00:36:34 +00:00
Add missing label to search icon (#12671)
This commit is contained in:
parent
6be6c711d0
commit
f36c91550d
@ -269,6 +269,9 @@ class HUIRoot extends LitElement {
|
|||||||
${!this.narrow
|
${!this.narrow
|
||||||
? html`
|
? html`
|
||||||
<ha-icon-button
|
<ha-icon-button
|
||||||
|
.label=${this.hass!.localize(
|
||||||
|
"ui.panel.lovelace.menu.search"
|
||||||
|
)}
|
||||||
.path=${mdiMagnify}
|
.path=${mdiMagnify}
|
||||||
@click=${this._showQuickBar}
|
@click=${this._showQuickBar}
|
||||||
></ha-icon-button>
|
></ha-icon-button>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user