diff options
| author | Martin Kagamino Lehoux <martin@lehoux.net> | 2026-08-11 14:19:01 +0200 |
|---|---|---|
| committer | Martin Kagamino Lehoux <martin@lehoux.net> | 2026-08-11 14:19:01 +0200 |
| commit | 7d13374eec8c33c4e14cc5b0c3de36e4f620ce0e (patch) | |
| tree | 98a20ee73f34863ddb5938aa5eb29346e4a5db56 /web/templates.templ | |
| parent | 1da94931188c35c06dd032aadce2799fc13db1dd (diff) | |
fix: Continue Strava import after invalid activities
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; } |