MatheusRDS Posted December 7, 2019 Posted December 7, 2019 Could someone help me find the file where I can translate the message:Note: Your password must be between 8 and 31 characters.I've searched everywhere and haven't found it!
0 Balfear Posted December 8, 2019 Posted December 8, 2019 (edited) 8 hours ago, MatheusRDS said: Could someone help me find the file where I can translate the message:Note: Your password must be between 8 and 31 characters.I've searched everywhere and haven't found it! https://github.com/rathena/FluxCP/blob/master/themes/default/account/create.php at line 7 <p><strong>Note:</strong> <?php echo sprintf("Your password must be between %d and %d characters.", Flux::config('MinPasswordLength'), Flux::config('MaxPasswordLength')) ?></p> Edited December 8, 2019 by Balfear 1
Question
MatheusRDS
Could someone help me find the file where I can translate the message:
Note: Your password must be between 8 and 31 characters.
I've searched everywhere and haven't found it!
2 answers to this question
Recommended Posts