diff --git a/src/panels/history/ha-panel-history.ts b/src/panels/history/ha-panel-history.ts index 453e1eb7e2..0f36274ccc 100644 --- a/src/panels/history/ha-panel-history.ts +++ b/src/panels/history/ha-panel-history.ts @@ -158,13 +158,13 @@ class HaPanelHistory extends SubscribeMixin(LitElement) { @click=${this._showAll} .disabled=${this._isLoading} .path=${mdiExpandAll} - .label=${"Show All"} + .label=${this.hass.localize("ui.panel.history.add_all")} > ` : this._targetPickerValue === undefined - ? html`
- Select what you would like to see history for above + ? html` ` : html`