mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-23 22:39:00 +01:00
changed translation of "org_name" field to "Organisation" from "Company", as it is translated in edit template
This commit is contained in:
parent
d4c1a288e4
commit
845ad43950
@ -199,7 +199,7 @@ class addressbook_bo extends addressbook_so
|
|||||||
'n_fn' => lang('full name'),
|
'n_fn' => lang('full name'),
|
||||||
'n_fileas' => lang('own sorting'),
|
'n_fileas' => lang('own sorting'),
|
||||||
'bday' => lang('birthday'),
|
'bday' => lang('birthday'),
|
||||||
'org_name' => lang('Company'),
|
'org_name' => lang('Organisation'),
|
||||||
'org_unit' => lang('Department'),
|
'org_unit' => lang('Department'),
|
||||||
'title' => lang('Title'),
|
'title' => lang('Title'),
|
||||||
'role' => lang('Role'),
|
'role' => lang('Role'),
|
||||||
|
Loading…
Reference in New Issue
Block a user