mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-28 11:46:42 +00:00
Changed default wording
This commit is contained in:
parent
3f920767f1
commit
7638020bfc
@ -176,8 +176,12 @@ export class HuiUnusedEntities extends LitElement {
|
||||
selectable
|
||||
@selection-changed=${this._handleSelectionChanged}
|
||||
.dir=${computeRTLDirection(this.hass)}
|
||||
.searchLabel=${this.hass.localize("ui.components.data-table.search")}
|
||||
.noDataText=${this.hass.localize("ui.components.data-table.no-data")}
|
||||
.searchLabel=${this.hass.localize(
|
||||
"ui.panel.lovelace.unused_entities.search"
|
||||
)}
|
||||
.noDataText=${this.hass.localize(
|
||||
"ui.panel.lovelace.unused_entities.no-data"
|
||||
)}
|
||||
></ha-data-table>
|
||||
|
||||
${this._selectedEntities.length
|
||||
|
@ -1830,7 +1830,9 @@
|
||||
"entity": "Entity",
|
||||
"entity_id": "Entity ID",
|
||||
"domain": "Domain",
|
||||
"last_changed": "Last Changed"
|
||||
"last_changed": "Last Changed",
|
||||
"search": "Search entities",
|
||||
"no_data": "No unused entities found"
|
||||
},
|
||||
"add_entities": {
|
||||
"yaml_unsupported": "You cannot use this function when using Lovelace UI in YAML mode.",
|
||||
|
Loading…
x
Reference in New Issue
Block a user