forked from extern/egroupware
Change 'title' to 'Job title', 'role' to 'Occupation'. Apparently these changed. Fixes automatic field mapping in import
This commit is contained in:
parent
d366cf8b71
commit
6ecf36d27b
@ -201,8 +201,8 @@ class addressbook_bo extends addressbook_so
|
||||
'bday' => lang('birthday'),
|
||||
'org_name' => lang('Company'),
|
||||
'org_unit' => lang('Department'),
|
||||
'title' => lang('Title'),
|
||||
'role' => lang('Role'),
|
||||
'title' => lang('Job title'),
|
||||
'role' => lang('Occupation'),
|
||||
'assistent' => lang('Assistent'),
|
||||
'room' => lang('Room'),
|
||||
'adr_one_street' => lang('street').' ('.lang('business').')',
|
||||
|
Loading…
Reference in New Issue
Block a user