From 47907b374d5e0b70cbceaa70a7bc80b4574512aa Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 8 Apr 2020 21:11:35 +0530 Subject: [PATCH] New translations extras.json (Danish) --- src/i18n/locales/da/leftSidebar/extras.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/i18n/locales/da/leftSidebar/extras.json b/src/i18n/locales/da/leftSidebar/extras.json index 7afc7c06..76050e60 100644 --- a/src/i18n/locales/da/leftSidebar/extras.json +++ b/src/i18n/locales/da/leftSidebar/extras.json @@ -1,10 +1,8 @@ { "key": { - "label": "Key", - "placeholder": "Date of Birth" + "label": "Nøgle" }, "value": { - "label": "Value", - "placeholder": "6th August 1995" + "label": "Værdi" } }