summaryrefslogtreecommitdiff
path: root/web/templates.templ
diff options
context:
space:
mode:
Diffstat (limited to 'web/templates.templ')
-rw-r--r--web/templates.templ2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/templates.templ b/web/templates.templ
index 74b0365..78591e1 100644
--- a/web/templates.templ
+++ b/web/templates.templ
@@ -208,7 +208,7 @@ templ SyncContent(data SyncPageData) {
}
if (eventName === "complete") {
updateProgress(data);
- notice.textContent = `Sync complete: ${data.imported} imported, ${data.skipped} already stored.`;
+ notice.textContent = `Sync complete: ${data.imported} imported, ${data.skipped} skipped.`;
notice.hidden = false;
return true;
}