mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 09:46:36 +00:00
Localize clear
in entity filter (#18598)
Localize [H[J in entity filter
This commit is contained in:
parent
cd4f3a091b
commit
eb75389cac
@ -508,7 +508,9 @@ export class HaConfigDeviceDashboard extends LitElement {
|
||||
? html`<mwc-list-item @click=${this._clearFilter}
|
||||
>${this.hass.localize("ui.components.data-table.filtering_by")}
|
||||
${activeFilters.join(", ")}
|
||||
<span class="clear">Clear</span></mwc-list-item
|
||||
<span class="clear"
|
||||
>${this.hass.localize("ui.common.clear")}</span
|
||||
></mwc-list-item
|
||||
>`
|
||||
: ""}
|
||||
<ha-check-list-item
|
||||
|
@ -663,7 +663,9 @@ export class HaConfigEntities extends SubscribeMixin(LitElement) {
|
||||
"ui.components.data-table.filtering_by"
|
||||
)}
|
||||
${activeFilters.join(", ")}
|
||||
<span class="clear">Clear</span></mwc-list-item
|
||||
<span class="clear"
|
||||
>${this.hass.localize("ui.common.clear")}</span
|
||||
></mwc-list-item
|
||||
>`
|
||||
: ""}
|
||||
<ha-check-list-item
|
||||
|
Loading…
x
Reference in New Issue
Block a user