MatheusRDS Posted December 7, 2019 Share 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! Quote Link to comment Share on other sites More sharing options...
0 Balfear Posted December 8, 2019 Share 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 Quote Link to comment Share on other sites More sharing options...
0 MatheusRDS Posted December 9, 2019 Author Share Posted December 9, 2019 Perfect thank you! Quote Link to comment Share on other sites More sharing options...
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!
Link to comment
Share on other sites