From 7928534d88a26db28b098bbceb47bc1103022a57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jovan=20Kruni=C4=87?= Date: Fri, 16 Apr 2021 13:55:25 +0200 Subject: [PATCH] fix: typo in translation --- src/assets/i18n/de.json | 2 +- src/assets/i18n/en.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/assets/i18n/de.json b/src/assets/i18n/de.json index f1e2092d..8c617845 100644 --- a/src/assets/i18n/de.json +++ b/src/assets/i18n/de.json @@ -12,7 +12,7 @@ "POSTCODE": "Postleitzahl", "CITY": "Stadt", "REGION": "Region", - "Country": "Land", + "COUNTRY": "Land", "POST_OFFICE_BOX": "Postfach" }, "offers": { diff --git a/src/assets/i18n/en.json b/src/assets/i18n/en.json index eff26015..fc76e8bf 100644 --- a/src/assets/i18n/en.json +++ b/src/assets/i18n/en.json @@ -12,7 +12,7 @@ "POSTCODE": "postcode", "CITY": "city", "REGION": "region", - "Country": "country", + "COUNTRY": "country", "POST_OFFICE_BOX": "post office box" }, "offers": {