diff --git a/src/main/webapp/app/entities/customer/customer.component.html b/src/main/webapp/app/entities/customer/customer.component.html
index 5d77faba..1eb35c75 100644
--- a/src/main/webapp/app/entities/customer/customer.component.html
+++ b/src/main/webapp/app/entities/customer/customer.component.html
@@ -29,8 +29,8 @@
|
|
diff --git a/src/main/webapp/i18n/de/customerKind.json b/src/main/webapp/i18n/de/customerKind.json
index f96e75e4..62f07a45 100644
--- a/src/main/webapp/i18n/de/customerKind.json
+++ b/src/main/webapp/i18n/de/customerKind.json
@@ -2,8 +2,8 @@
"hsadminNgApp": {
"CustomerKind": {
"null": "",
- "NATURAL": "NATURAL",
- "LEGAL": "LEGAL"
+ "NATURAL": "natürliche Person",
+ "LEGAL": "juristische Person"
}
}
}