From 004276345e0a041d3b47d9bddb678938f049a03a Mon Sep 17 00:00:00 2001
From: "m.wachsmuth" <m.wachsmuth@MWACHSMUTH.mshome.net>
Date: Thu, 28 Jan 2021 10:47:36 +0100
Subject: [PATCH] =?UTF-8?q?[Projekt:=20Entwicklung=20-=20xRM][TicketNr.:?=
 =?UTF-8?q?=201053193][Durchg=C3=A4ngige=20Benennung=20und=20Unterscheidun?=
 =?UTF-8?q?g=20zwischen=20Kontakt,=20Person=20und=20Firma=20einf=C3=BChren?=
 =?UTF-8?q?]?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 entity/Member_entity/Member_entity.aod | 2 +-
 entity/Offer_entity/Offer_entity.aod   | 2 +-
 entity/Order_entity/Order_entity.aod   | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/entity/Member_entity/Member_entity.aod b/entity/Member_entity/Member_entity.aod
index 588b0ea8bf..d3b33e8062 100644
--- a/entity/Member_entity/Member_entity.aod
+++ b/entity/Member_entity/Member_entity.aod
@@ -20,7 +20,7 @@
     </entityProvider>
     <entityField>
       <name>CONTACT_ID</name>
-      <title>Person</title>
+      <title>Contact</title>
       <consumer>Contacts</consumer>
       <linkedContext>Person</linkedContext>
       <mandatory v="true" />
diff --git a/entity/Offer_entity/Offer_entity.aod b/entity/Offer_entity/Offer_entity.aod
index 383a977d17..f6cd1af9a2 100644
--- a/entity/Offer_entity/Offer_entity.aod
+++ b/entity/Offer_entity/Offer_entity.aod
@@ -946,7 +946,7 @@
     <entityField>
       <name>CONTACT_ID</name>
       <documentation>%aditoprj%/entity/Offer_entity/entityfields/contact_id/documentation.adoc</documentation>
-      <title>Contact</title>
+      <title>Recipient</title>
       <consumer>AnyContacts</consumer>
       <groupable v="true" />
       <linkedContextProcess>%aditoprj%/entity/Offer_entity/entityfields/contact_id/linkedContextProcess.js</linkedContextProcess>
diff --git a/entity/Order_entity/Order_entity.aod b/entity/Order_entity/Order_entity.aod
index b45fc39902..09c5c76463 100644
--- a/entity/Order_entity/Order_entity.aod
+++ b/entity/Order_entity/Order_entity.aod
@@ -93,7 +93,7 @@
     <entityField>
       <name>CONTACT_ID</name>
       <documentation>%aditoprj%/entity/Order_entity/entityfields/contact_id/documentation.adoc</documentation>
-      <title>Connection</title>
+      <title>Recipient</title>
       <consumer>AnyContacts</consumer>
       <linkedContextProcess>%aditoprj%/entity/Order_entity/entityfields/contact_id/linkedContextProcess.js</linkedContextProcess>
       <mandatory v="true" />
-- 
GitLab