From d7101b169214a4e3e146792283e4154077d0df00 Mon Sep 17 00:00:00 2001
From: Johannes Hoermann <j.hoermann@adito.de>
Date: Thu, 7 Mar 2019 17:01:16 +0100
Subject: [PATCH] Preisliste -> Preise

---
 entity/Product_entity/Product_entity.aod           | 2 +-
 entity/Productprice_entity/Productprice_entity.aod | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/entity/Product_entity/Product_entity.aod b/entity/Product_entity/Product_entity.aod
index d366abbdf45..c75866c9804 100644
--- a/entity/Product_entity/Product_entity.aod
+++ b/entity/Product_entity/Product_entity.aod
@@ -88,7 +88,7 @@
     </entityConsumer>
     <entityConsumer>
       <name>Productprices</name>
-      <title>Price list</title>
+      <title>Prices</title>
       <fieldType>DEPENDENCY_OUT</fieldType>
       <dependency>
         <name>dependency</name>
diff --git a/entity/Productprice_entity/Productprice_entity.aod b/entity/Productprice_entity/Productprice_entity.aod
index a4ef66bf7d4..2d025412168 100644
--- a/entity/Productprice_entity/Productprice_entity.aod
+++ b/entity/Productprice_entity/Productprice_entity.aod
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <entity xmlns="http://www.adito.de/2018/ao/Model" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" VERSION="1.2.0" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.2.0">
   <name>Productprice_entity</name>
-  <title>Price list</title>
+  <title>Prices</title>
   <majorModelMode>DISTRIBUTED</majorModelMode>
   <documentation>%aditoprj%/entity/Productprice_entity/documentation.adoc</documentation>
   <recordContainer>db</recordContainer>
-- 
GitLab