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.
This commit is contained in:
Sean Mooney 2019-10-20 09:10:07 -04:00 committed by Bram Kragten
parent b96b026905
commit 96d14b7ab7

View File

@ -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;