mirror of
https://github.com/home-assistant/frontend.git
synced 2026-02-15 07:25:54 +00:00
Write log on translation error (#20430)
* Write log on translation error * Update ha-config-devices-dashboard.ts --------- Co-authored-by: Franck Nijhof <git@frenck.dev>
This commit is contained in:
@@ -496,9 +496,7 @@ export class HaTabsSubpageDataTable extends LitElement {
|
||||
${this.showFilters && !showPane
|
||||
? html`<ha-dialog
|
||||
open
|
||||
.heading=${localize("ui.components.subpage-data-table.filters", {
|
||||
number: this.data.length,
|
||||
})}
|
||||
.heading=${localize("ui.components.subpage-data-table.filters")}
|
||||
>
|
||||
<ha-dialog-header slot="heading">
|
||||
<ha-icon-button
|
||||
@@ -510,9 +508,7 @@ export class HaTabsSubpageDataTable extends LitElement {
|
||||
)}
|
||||
></ha-icon-button>
|
||||
<span slot="title"
|
||||
>${localize("ui.components.subpage-data-table.filters", {
|
||||
number: this.data.length,
|
||||
})}</span
|
||||
>${localize("ui.components.subpage-data-table.filters")}</span
|
||||
>
|
||||
${this.filters
|
||||
? html`<ha-icon-button
|
||||
|
||||
Reference in New Issue
Block a user