fix now "Position" named former "Title" field in placeholder list (and other places)

This commit is contained in:
ralf 2024-02-16 10:33:20 +02:00
parent ad1fb7edf2
commit b5342170c9

View File

@ -230,7 +230,7 @@ class Contacts extends Contacts\Storage
'bday' => lang('birthday'),
'org_name' => lang('Organisation'),
'org_unit' => lang('Department'),
'title' => lang('title'),
'title' => lang('Position'),
'role' => lang('role'),
'assistent' => lang('Assistent'),
'room' => lang('Room'),