Skip to content

Commit

Permalink
Update Max number Password Characters
Browse files Browse the repository at this point in the history
  • Loading branch information
darknoon29 committed Apr 16, 2024
1 parent c374cc9 commit e445fcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lang/fr/lang_profile.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
$lang['PROFILE_ERROR_RETRY'] = "Saisissez le nouveau mot de passe et sa confirmation";
$lang['PROFILE_ERROR_OLDPWD'] = "Saisissez l’ancien mot de passe";
$lang['PROFILE_ERROR_ERROR'] = "Le mot de passe saisi est différent de la confirmation";
$lang['PROFILE_ERROR_ILLEGAL'] = "Le mot de passe doit contenir entre 6 et 15 caractères et pas les caractères suivants : ; ’ et "";
$lang['PROFILE_ERROR_ILLEGAL'] = "Le mot de passe doit contenir entre 6 et 64 caractères et pas les caractères suivants : ; ’ et "";

$lang['PROFILE_TITLE'] = "Informations OGSpy";
$lang['PROFILE_PSEUDO'] = "Pseudo";
Expand Down

0 comments on commit e445fcf

Please sign in to comment.