From 4cd0778441db1ed9104855f13099d4d914ad1870 Mon Sep 17 00:00:00 2001 From: Dermot Duffy Date: Tue, 5 Sep 2023 22:16:23 -0700 Subject: [PATCH] Fix editor label. --- src/editor.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/editor.ts b/src/editor.ts index 2bbc2b2c..84416549 100644 --- a/src/editor.ts +++ b/src/editor.ts @@ -995,7 +995,9 @@ export class FrigateCardEditor extends LitElement implements LovelaceCardEditor labelPath, { name: 'mdi:page-layout-body' }, html` - ${this._renderOptionSelector(configPathFit, this._layoutFits)} + ${this._renderOptionSelector(configPathFit, this._layoutFits, { + label: localize('config.common.layout.fit'), + })} ${this._renderNumberInput(configPathPositionX, { min: 0, max: 100,