Localize the statistics search label (#17223)

* Localize the statistics search label

* switch to common search
This commit is contained in:
karwosts
2023-07-09 15:39:51 -07:00
committed by GitHub
parent fdf5abd0f9
commit 0974d86bfd
4 changed files with 4 additions and 3 deletions

View File

@@ -33,7 +33,7 @@ class SearchInput extends LitElement {
return html`
<ha-textfield
.autofocus=${this.autofocus}
.label=${this.label || "Search"}
.label=${this.label || this.hass.localize("ui.common.search")}
.value=${this.filter || ""}
icon
.iconTrailing=${this.filter || this.suffix}