From 3459d0bb8c1258b699e93edeafbae9d768d0ee19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Lov=C3=A9n?= Date: Wed, 26 Jan 2022 08:03:07 +0000 Subject: [PATCH] Fix accidentally removed tag --- .../editor/config-elements/hui-logbook-card-editor.ts | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/panels/lovelace/editor/config-elements/hui-logbook-card-editor.ts b/src/panels/lovelace/editor/config-elements/hui-logbook-card-editor.ts index d050bb47dc..79e0ba9a37 100644 --- a/src/panels/lovelace/editor/config-elements/hui-logbook-card-editor.ts +++ b/src/panels/lovelace/editor/config-elements/hui-logbook-card-editor.ts @@ -76,8 +76,8 @@ export class HuiLogbookCardEditor .label="${this.hass.localize( "ui.panel.lovelace.editor.card.generic.title" )} (${this.hass.localize( - "ui.panel.lovelace.editor.card.config.optional" - )})" + "ui.panel.lovelace.editor.card.config.optional" + )})" .value=${this._title} .configValue=${"title"} @value-changed=${this._valueChanged} @@ -94,14 +94,15 @@ export class HuiLogbookCardEditor .label="${this.hass.localize( "ui.panel.lovelace.editor.card.generic.hours_to_show" )} (${this.hass.localize( - "ui.panel.lovelace.editor.card.config.optional" - )})" + "ui.panel.lovelace.editor.card.config.optional" + )})" .value=${this._hours_to_show} min="1" .configValue=${"hours_to_show"} @value-changed=${this._valueChanged} > +