fixed typo
This commit is contained in:
parent
1e1ecc3b30
commit
90c1a4d1ed
|
@ -388,7 +388,7 @@ class inetOrgPerson extends baseModule implements passwordService {
|
||||||
'name' => 'inetOrgPerson_description',
|
'name' => 'inetOrgPerson_description',
|
||||||
'description' => _('Description'),
|
'description' => _('Description'),
|
||||||
'help' => 'description',
|
'help' => 'description',
|
||||||
'example' => _('Temp, contract until december')
|
'example' => _('Temp, contract til December')
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
if (!$this->isBooleanConfigOptionSet('inetOrgPerson_hideJobTitle')) {
|
if (!$this->isBooleanConfigOptionSet('inetOrgPerson_hideJobTitle')) {
|
||||||
|
|
Loading…
Reference in New Issue