mirror of
https://github.com/nextcloud/server.git
synced 2026-06-04 06:13:34 -04:00
Merge pull request #52005 from nextcloud/fix/l10n-placeholder
fix(l10n): put placeholder like string into variable
This commit is contained in:
commit
403c33a640
1 changed files with 2 additions and 2 deletions
|
|
@ -538,8 +538,8 @@ class Connection extends LDAPUtility {
|
|||
|
||||
if (mb_strpos((string)$this->configuration->ldapLoginFilter, '%uid', 0, 'UTF-8') === false) {
|
||||
throw new ConfigurationIssueException(
|
||||
'Login filter does not contain %uid place holder.',
|
||||
$this->l10n->t('Login filter does not contain %uid place holder'),
|
||||
'Login filter does not contain %uid placeholder.',
|
||||
$this->l10n->t('Login filter does not contain %s placeholder.', ['%uid']),
|
||||
);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue