This commit is contained in:
KONE SOREL 2026-01-20 15:22:38 +00:00
parent a0870429db
commit 779e2ba68f

View File

@ -278,7 +278,7 @@ $photoAssureCrypte = $_SESSION['photoAssureCrypte'];
<div class="user-name fw-bold" style="line-height: 1.2;">
<?= $_SESSION['utilisateur_C'] ?? _('Utilisateur') ?>
</div>
<div class="user-role text-primary text-bold">
<div class="user-role text-primary fw-bold">
<?= $_SESSION['nomClient_C'] ?? _('Client') ?>
</div>
</div>