From b5342170c924cb63bec1400b8341ae98fb61ea33 Mon Sep 17 00:00:00 2001 From: ralf Date: Fri, 16 Feb 2024 10:33:20 +0200 Subject: [PATCH] fix now "Position" named former "Title" field in placeholder list (and other places) --- api/src/Contacts.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/src/Contacts.php b/api/src/Contacts.php index c59b72be1c..7a248086b0 100755 --- a/api/src/Contacts.php +++ b/api/src/Contacts.php @@ -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'),