mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-27 19:26:36 +00:00
hassio-addon-info.ts: Fix spelling (#7311)
This commit is contained in:
parent
934c227545
commit
2b3126ae04
@ -798,10 +798,10 @@ class HassioAddonInfo extends LitElement {
|
|||||||
);
|
);
|
||||||
if (!validate.data.valid) {
|
if (!validate.data.valid) {
|
||||||
await showConfirmationDialog(this, {
|
await showConfirmationDialog(this, {
|
||||||
title: "Failed to start addon - configruation validation faled!",
|
title: "Failed to start addon - configuration validation failed!",
|
||||||
text: validate.data.message.split(" Got ")[0],
|
text: validate.data.message.split(" Got ")[0],
|
||||||
confirm: () => this._openConfiguration(),
|
confirm: () => this._openConfiguration(),
|
||||||
confirmText: "Go to configruation",
|
confirmText: "Go to configuration",
|
||||||
dismissText: "Cancel",
|
dismissText: "Cancel",
|
||||||
});
|
});
|
||||||
button.progress = false;
|
button.progress = false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user