diff --git a/apps/user_ldap/templates/part.wizard-groupfilter.php b/apps/user_ldap/templates/part.wizard-groupfilter.php index 640b0bccb8..a059b46681 100644 --- a/apps/user_ldap/templates/part.wizard-groupfilter.php +++ b/apps/user_ldap/templates/part.wizard-groupfilter.php @@ -1,7 +1,7 @@

- t('Groups meeting these criteria are available in %s:', $theme->getName()));?> + t('Groups meeting these criteria are available in %s:', [$theme->getName()]));?>

diff --git a/apps/user_ldap/templates/part.wizard-loginfilter.php b/apps/user_ldap/templates/part.wizard-loginfilter.php index 2b0bd3f230..c7cbabb7ab 100644 --- a/apps/user_ldap/templates/part.wizard-loginfilter.php +++ b/apps/user_ldap/templates/part.wizard-loginfilter.php @@ -1,7 +1,7 @@

- t('When logging in, %s will find the user based on the following attributes:', $theme->getName()));?> + t('When logging in, %s will find the user based on the following attributes:', [$theme->getName()]));?>

diff --git a/apps/user_ldap/templates/settings.php b/apps/user_ldap/templates/settings.php index 1e1c85db24..d22b31ac33 100644 --- a/apps/user_ldap/templates/settings.php +++ b/apps/user_ldap/templates/settings.php @@ -83,7 +83,7 @@ style('user_ldap', 'settings');

-


+


t('Directory Settings'));?>