fix: Typo

This commit is contained in:
Andras Bacsai 2022-02-15 10:46:44 +01:00
parent f9a2232703
commit aa98808a1a

View File

@ -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 {