fix: Typo
This commit is contained in:
parent
f9a2232703
commit
aa98808a1a
1 changed files with 1 additions and 1 deletions
|
|
@ -98,7 +98,7 @@
|
|||
updateStatus.loading = true;
|
||||
try {
|
||||
await post(`/update.json`, { type: 'update', latestVersion });
|
||||
toast.push('Update completed.<br><br>Waiting for the new version to start...');
|
||||
toast.push('Update completed.<br>Waiting for the new version to start...');
|
||||
let reachable = false;
|
||||
let tries = 0;
|
||||
do {
|
||||
|
|
|
|||
Loading…
Reference in a new issue