This commit is contained in:
KANE LAZENI 2026-05-13 17:42:29 +00:00
parent 269809b635
commit 852ee5f285

View File

@ -89,7 +89,7 @@ class FacialVerificationAPI {
return [
'match' => false,
'confidence' => 0,
'error' => 'Les visages ne correspondent pas'
'error' => 'Les visages ne correspondent pas / / The faces do not match!'
];
}