hassio-addon-info.ts: Fix spelling (#7311)

This commit is contained in:
Jonas Bröms 2020-10-11 22:21:02 +02:00 committed by GitHub
parent 934c227545
commit 2b3126ae04
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -798,10 +798,10 @@ class HassioAddonInfo extends LitElement {
);
if (!validate.data.valid) {
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],
confirm: () => this._openConfiguration(),
confirmText: "Go to configruation",
confirmText: "Go to configuration",
dismissText: "Cancel",
});
button.progress = false;