From 96d14b7ab7cd00f7a67ed12b080763e893efdeb3 Mon Sep 17 00:00:00 2001 From: Sean Mooney Date: Sun, 20 Oct 2019 09:10:07 -0400 Subject: [PATCH] Changed outdated "GUI editor" reference to "visual editor" (#4068) Changed warning text from "GUI editor" to "visual editor" to match the updated naming being used in card editors. --- src/panels/lovelace/editor/card-editor/hui-card-editor.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;