mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-27 11:16:35 +00:00
Fix stopped_unknown_reason localization message (#20557)
* Fix stopped_unknown_reason localization message
This commit is contained in:
parent
c3dc62523b
commit
3a5f4d33d2
@ -797,6 +797,7 @@ export class HaAutomationTracer extends LitElement {
|
||||
description: html`${this.hass.localize(
|
||||
`ui.panel.config.automation.trace.messages.${message}`,
|
||||
{
|
||||
reason: this.trace.script_execution,
|
||||
time: renderFinishedAt(),
|
||||
executiontime: renderRuntime(),
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user