Merge branch 'refs/heads/komoot-import' into sattelgeschichten

This commit is contained in:
Marcus Fihlon 2026-04-29 15:31:25 +02:00
commit 950e313145
Signed by: McPringle
GPG key ID: C6B7F469EE363E1F

View file

@ -172,7 +172,7 @@
importFirstProgressText.textContent = 'Importing...';
return;
}
importFirstProgressText.textContent = `Importing ${current}/${total}...`;
importFirstProgressText.textContent = `Importing ${current}/${total}`;
}
function showError(message) {