mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-18 00:09:06 +01:00
- LSeecompany : Correction du label
This commit is contained in:
parent
92c3d8d644
commit
d943b09e37
2 changed files with 4 additions and 1 deletions
|
@ -29,7 +29,7 @@ $GLOBALS['LSobjects']['LSeecompany'] = array (
|
|||
'orderby' => 'displayName', // possible cases : 'displayName' ou 'subDn'
|
||||
'container_dn' => 'ou=companies',
|
||||
'display_name_format' => '%{ou}',
|
||||
'label' => 'Company',
|
||||
'label' => 'Companies',
|
||||
|
||||
'attrs' => array (
|
||||
|
||||
|
|
|
@ -2,6 +2,9 @@
|
|||
|
||||
$GLOBALS['LSlang'] = array (
|
||||
|
||||
"Companies" =>
|
||||
"Sociétés",
|
||||
|
||||
"Company" =>
|
||||
"Société",
|
||||
|
||||
|
|
Loading…
Reference in a new issue