diff --git a/Contestation/Demandereconnaissancefaciale.php b/Contestation/Demandereconnaissancefaciale.php
index c672a2a..ea01712 100755
--- a/Contestation/Demandereconnaissancefaciale.php
+++ b/Contestation/Demandereconnaissancefaciale.php
@@ -741,7 +741,7 @@
document.getElementById('result-message').innerHTML =
`${data.message || 'Votre visage ne correspond pas à notre base de données.'}
Si vous pensez qu'il s'agit d'une erreur, veuillez contacter notre service client.
- Tentatives restantes: ${data.attempts_remaining || 0} - 1 `;
+ Tentatives restantes: ${data.attempts_remaining -1 || 0} `;
showStep('step-result');