mirror of
https://github.com/defnull/fediwall.git
synced 2024-11-22 07:33:44 +01:00
Wording
This commit is contained in:
parent
2cb9220822
commit
42202d7c56
@ -135,7 +135,7 @@ async function updateWall() {
|
|||||||
if (progress.errors.length) {
|
if (progress.errors.length) {
|
||||||
setStatus(progress.errors.slice(-1)[0].message, true)
|
setStatus(progress.errors.slice(-1)[0].message, true)
|
||||||
} else if (progress.finished < progress.total) {
|
} else if (progress.finished < progress.total) {
|
||||||
setStatus(`Updating [${progress.finished}/${progress.total}] ...`)
|
setStatus(`Loading [${progress.finished}/${progress.total}] sources ...`)
|
||||||
} else {
|
} else {
|
||||||
setStatus(false)
|
setStatus(false)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user