mirror of
https://github.com/defnull/fediwall.git
synced 2024-11-21 15:13:20 +01:00
Wording
This commit is contained in:
parent
2cb9220822
commit
42202d7c56
@ -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)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user