mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 09:46:36 +00:00
Add missing localizations to ha-script-trace.ts (#23418)
Co-authored-by: Bram Kragten <mail@bramkragten.nl>
This commit is contained in:
parent
fb72e1fb9c
commit
00c1dfa1d2
@ -178,7 +178,9 @@ export class HaScriptTrace extends LitElement {
|
||||
<ha-icon-button
|
||||
.disabled=${this._traces[this._traces.length - 1].run_id ===
|
||||
this._runId}
|
||||
label="Older trace"
|
||||
.label=${this.hass!.localize(
|
||||
"ui.panel.config.automation.trace.older_trace"
|
||||
)}
|
||||
@click=${this._pickOlderTrace}
|
||||
.path=${mdiRayEndArrow}
|
||||
></ha-icon-button>
|
||||
@ -198,7 +200,9 @@ export class HaScriptTrace extends LitElement {
|
||||
</select>
|
||||
<ha-icon-button
|
||||
.disabled=${this._traces[0].run_id === this._runId}
|
||||
label="Newer trace"
|
||||
.label=${this.hass!.localize(
|
||||
"ui.panel.config.automation.trace.newer_trace"
|
||||
)}
|
||||
@click=${this._pickNewerTrace}
|
||||
.path=${mdiRayStartArrow}
|
||||
></ha-icon-button>
|
||||
|
Loading…
x
Reference in New Issue
Block a user