forked from extern/egroupware
changed translation of "org_name" field to "Organisation" from "Company", as it is translated in edit template
This commit is contained in:
parent
3d70c12a6a
commit
f280a38ed6
@ -199,7 +199,7 @@ class addressbook_bo extends addressbook_so
|
||||
'n_fn' => lang('full name'),
|
||||
'n_fileas' => lang('own sorting'),
|
||||
'bday' => lang('birthday'),
|
||||
'org_name' => lang('Company'),
|
||||
'org_name' => lang('Organisation'),
|
||||
'org_unit' => lang('Department'),
|
||||
'title' => lang('title'),
|
||||
'role' => lang('role'),
|
||||
|
Loading…
Reference in New Issue
Block a user