This commit is contained in:
Marcel Hellkamp 2024-06-06 11:48:26 +02:00
parent 2cb9220822
commit 42202d7c56

View File

@ -135,7 +135,7 @@ async function updateWall() {
if (progress.errors.length) {
setStatus(progress.errors.slice(-1)[0].message, true)
} else if (progress.finished < progress.total) {
setStatus(`Updating [${progress.finished}/${progress.total}] ...`)
setStatus(`Loading [${progress.finished}/${progress.total}] sources ...`)
} else {
setStatus(false)
}