From 42202d7c56d615205602edbc296949c115ad83f3 Mon Sep 17 00:00:00 2001 From: Marcel Hellkamp Date: Thu, 6 Jun 2024 11:48:26 +0200 Subject: [PATCH] Wording --- src/App.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.vue b/src/App.vue index fde9898..f0c787b 100644 --- a/src/App.vue +++ b/src/App.vue @@ -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) }