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… |
Beta Was this translation helpful? Give feedback.
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 |
Beta Was this translation helpful? Give feedback.
You should overriding the locales. See https://thm-health.github.io/PILOS/docs/administration/customisation/locales
resources/custom/lang/en/auth.php