1
0
mirror of https://github.com/home-assistant/frontend.git synced 2026-04-02 00:27:49 +01:00

Use localized string for empty logbook entries in trace view (#51324)

This commit is contained in:
Petar Petrov
2026-04-01 14:03:42 +02:00
committed by GitHub
parent ac3edd20f8
commit 99cb997d08

View File

@@ -32,7 +32,9 @@ export class HaTraceLogbook extends LitElement {
></hat-logbook-note>
`
: html`<div class="padded-box">
No Logbook entries found for this step.
${this.hass.localize(
"ui.panel.config.automation.trace.path.no_logbook_entries"
)}
</div>`;
}