Best way to modify some strings on the ldap login box #2228
|
Hello all!
What is, from your point of view, the best way to display:
For the record, I use Pilos in multiple languages (en & fr for now, de and pl in some months). Thanks in advance for your views… |
Answered by
samuelwei
Jun 21, 2025
Replies: 1 comment 1 reply
|
You should overriding the locales. See https://thm-health.github.io/PILOS/docs/administration/customisation/locales <?php
return [
'ldap' => [
'username' => 'Email',
'username_help' => 'Input the email of your account'
]
];resources/custom/lang/en/auth.php |
1 reply
Answer selected by
Pierre-Lannoy
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You should overriding the locales. See https://thm-health.github.io/PILOS/docs/administration/customisation/locales
resources/custom/lang/en/auth.php