Jump to content
  • 0

Question

Posted

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

  • 0
Posted (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 by Balfear
  • Upvote 1
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...