1
0
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:
Bram Kragten
2024-04-09 13:25:27 +02:00
committed by GitHub
parent 35cf3063cb
commit b091d4f298
2 changed files with 14 additions and 9 deletions

View File

@@ -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