From 99cb997d08442da86581999823d9b116fc1c8bbc Mon Sep 17 00:00:00 2001 From: Petar Petrov Date: Wed, 1 Apr 2026 14:03:42 +0200 Subject: [PATCH] Use localized string for empty logbook entries in trace view (#51324) --- src/components/trace/ha-trace-logbook.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/components/trace/ha-trace-logbook.ts b/src/components/trace/ha-trace-logbook.ts index 08158cb2bc..a3b8741a1b 100644 --- a/src/components/trace/ha-trace-logbook.ts +++ b/src/components/trace/ha-trace-logbook.ts @@ -32,7 +32,9 @@ export class HaTraceLogbook extends LitElement { > ` : html`
- No Logbook entries found for this step. + ${this.hass.localize( + "ui.panel.config.automation.trace.path.no_logbook_entries" + )}
`; }