mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 09:46:36 +00:00
Adjust message about offline database migration (#21460)
Tweak message about offline database migration
This commit is contained in:
parent
6791e85625
commit
8911b55316
@ -39,7 +39,13 @@ class HaInitPage extends LitElement {
|
||||
</div>
|
||||
<div id="loading-text">
|
||||
${this.migration
|
||||
? "Database migration in progress, please wait this might take some time"
|
||||
? html`
|
||||
Database upgrade is in progress, Home Assistant will not start
|
||||
until the upgrade is completed.
|
||||
<br /><br />
|
||||
The upgrade may need a long time to complete, please be
|
||||
patient.
|
||||
`
|
||||
: "Loading data"}
|
||||
</div>
|
||||
`;
|
||||
|
Loading…
x
Reference in New Issue
Block a user