diff options
Diffstat (limited to 'web/templates.templ')
| -rw-r--r-- | web/templates.templ | 2 |
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; } |