Do not use %uid.
|
$this->l10n->t('Login filter does not contain %uid place holder'), |
Use %s like in Line 493 and so many other areas.
Variable %uid result in:
Please see that string is partly marked as protected and therefore translators are unable to translate it easily.
Do not use %uid.
server/apps/user_ldap/lib/Connection.php
Line 542 in a42563f
Use %s like in Line 493 and so many other areas.
Variable %uid result in:
Please see that string is partly marked as protected and therefore translators are unable to translate it easily.