From 7d13374eec8c33c4e14cc5b0c3de36e4f620ce0e Mon Sep 17 00:00:00 2001 From: Martin Kagamino Lehoux Date: Tue, 11 Aug 2026 14:19:01 +0200 Subject: fix: Continue Strava import after invalid activities --- web/templates.templ | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/templates.templ') 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; } -- cgit v1.2.3