This commit is contained in:
Mateusz Gruszczyński
2025-08-16 13:45:44 +02:00
parent c3c7a750ba
commit bf57b6b4e3
2 changed files with 4 additions and 2 deletions

View File

@@ -83,7 +83,7 @@ document.addEventListener('DOMContentLoaded', function () {
offset += limit;
if (productCountDisplay) {
productCountDisplay.textContent = `Wyświetlono ${allProducts.length} produktów.`;
productCountDisplay.textContent = `Wyświetlono ${allProducts.length} z ${data.total_count} pozycji`;
}
const statsEl = document.getElementById('massAddProductStats');