mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-28 11:46:42 +00:00
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:
parent
b96b026905
commit
96d14b7ab7
@ -229,7 +229,7 @@ export class HuiCardEditor extends LitElement {
|
|||||||
configElement = await elClass.getConfigElement();
|
configElement = await elClass.getConfigElement();
|
||||||
} else {
|
} else {
|
||||||
configElement = undefined;
|
configElement = undefined;
|
||||||
throw Error(`WARNING: No GUI editor available for: ${cardType}`);
|
throw Error(`WARNING: No visual editor available for: ${cardType}`);
|
||||||
}
|
}
|
||||||
|
|
||||||
this._configElement = configElement;
|
this._configElement = configElement;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user