mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-23 17:26:42 +00:00
Remove duplicate word from onboarding error (#3535)
Someone shared an error message in Discord and I noticed it mentioned the word "loading" twice in a row. This removes the duplicate word from the alert.
This commit is contained in:
parent
02e250cd04
commit
cfc6bf4da9
@ -123,7 +123,7 @@ class HaOnboarding extends litLocalizeLiteMixin(HassElement) {
|
|||||||
|
|
||||||
this._steps = steps;
|
this._steps = steps;
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
alert("Something went wrong loading loading onboarding, try refreshing");
|
alert("Something went wrong loading onboarding, try refreshing");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user