Jump to content
  • 0
MatheusRDS

Translation fluxcp

Question

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

2 answers to this question

Recommended Posts

  • 0
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
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.