diff --git a/src/panels/config/script/ha-script-trace.ts b/src/panels/config/script/ha-script-trace.ts index 471aac8663..be1ac70464 100644 --- a/src/panels/config/script/ha-script-trace.ts +++ b/src/panels/config/script/ha-script-trace.ts @@ -209,7 +209,11 @@ export class HaScriptTrace extends LitElement { ${this._traces === undefined ? html`
Loading…
` : this._traces.length === 0 - ? html`
No traces found
` + ? html`
+ ${this.hass!.localize( + "ui.panel.config.automation.trace.no_traces_found" + )} +
` : this._trace === undefined ? "" : html`