From ae1e248000257a768323f8a7359f694fa19716e4 Mon Sep 17 00:00:00 2001 From: Benoit Mortier <benoit.mortier@fusiondirectory.org> Date: Tue, 10 Jan 2023 22:17:13 +0100 Subject: [PATCH] :ambulance: fix: English - remove apostrophe because simple quote are used and php bugs need to check if double quotes can be used in simple plugin Signed-off-by: Benoit Mortier <benoit.mortier@fusiondirectory.org> --- plugins/config/class_configInLdap.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/config/class_configInLdap.inc b/plugins/config/class_configInLdap.inc index 7352cb9fd..6f37e9d75 100644 --- a/plugins/config/class_configInLdap.inc +++ b/plugins/config/class_configInLdap.inc @@ -254,7 +254,7 @@ class configInLdap extends simplePlugin 'class' => ['critical'], 'attrs' => [ new SelectAttribute( - _('People DN attribute'), _('Attribute to use at the beginning of the user's dn'), + _('People DN attribute'), _('Attribute to use at the beginning of the user dn'), 'fdAccountPrimaryAttribute', TRUE, ['uid', 'cn'] ), -- GitLab