From 8ae7547775ce0cfef2ddc5f32a786a621386d410 Mon Sep 17 00:00:00 2001 From: Michael Hoennig Date: Thu, 2 May 2019 11:52:41 +0200 Subject: [PATCH] customer table with translated customerKind --- src/main/webapp/app/entities/customer/customer.component.html | 4 ++-- src/main/webapp/i18n/de/customerKind.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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" } } }