Skip to content

Commit

Permalink
Wording
Browse files Browse the repository at this point in the history
  • Loading branch information
defnull committed Jun 6, 2024
1 parent 2cb9220 commit 42202d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
Expand Down

0 comments on commit 42202d7

Please sign in to comment.