mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-21 16:26:43 +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
|
||||
? html`
|
||||
<ha-icon-button
|
||||
.label=${this.hass!.localize(
|
||||
"ui.panel.lovelace.menu.search"
|
||||
)}
|
||||
.path=${mdiMagnify}
|
||||
@click=${this._showQuickBar}
|
||||
></ha-icon-button>
|
||||
|
Loading…
x
Reference in New Issue
Block a user