This commit is contained in:
KONE SOREL 2026-03-09 13:40:02 +00:00
parent 3567670f4b
commit 01c8203be2

View File

@ -85,7 +85,7 @@
<button class="badge rounded-pill bg-warning text-dark border-0 shadow-sm transition-hover"
onclick="javascript:modifier_beneficiaire(<?= $idBeneficiaire; ?>);"
style="cursor: pointer; transition: all 0.2s ease-in-out;"
title="<?= _('Modifier le bénéficiaire') ?>">
title="<?= est_anglophone() ? "Edit the beneficiary" : 'Modifier le bénéficiaire' ?>">
<i class="fas fa-edit me-1"></i> <?= _("En attente") ?>
</button>
<?php endif; ?>