diff --git a/src/panels/lovelace/editor/card-editor/hui-card-editor.ts b/src/panels/lovelace/editor/card-editor/hui-card-editor.ts index 0825bddbc4..b3af42b963 100644 --- a/src/panels/lovelace/editor/card-editor/hui-card-editor.ts +++ b/src/panels/lovelace/editor/card-editor/hui-card-editor.ts @@ -229,7 +229,7 @@ export class HuiCardEditor extends LitElement { configElement = await elClass.getConfigElement(); } else { configElement = undefined; - throw Error(`WARNING: No GUI editor available for: ${cardType}`); + throw Error(`WARNING: No visual editor available for: ${cardType}`); } this._configElement = configElement;