This commit is contained in:
KONE SOREL 2026-04-13 15:16:08 +00:00
parent 9c048b7342
commit b5ccdf7d6e

View File

@ -6,7 +6,7 @@
<div class="d-flex justify-content-start mt-1 mb-2 animate__animated animate__fadeIn">
<div class="badge bg-light text-primary border px-3 py-2 shadow-sm" style="border-radius: var(--radius-md);">
<i class="fas fa-list-ul me-2"></i><?= _("Total") ?> :
<span class="fw-bold badge-total-count"><?= $nbreAffiche ?>
<span class="fw-bold badge-total-count">
<?= $nbreAffiche ?> <?= $nbreTotal > "1" ? _("lignes") : _("ligne") ?>
</span>
</div>