From 6d1c70927f4c7dc0ec77269e8cb687517778982d Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 1 Apr 2020 08:45:00 +0530 Subject: [PATCH] New translations extras.json (Spanish) --- src/i18n/locales/es/leftSidebar/extras.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/i18n/locales/es/leftSidebar/extras.json b/src/i18n/locales/es/leftSidebar/extras.json index 7afc7c06..050c2d4d 100644 --- a/src/i18n/locales/es/leftSidebar/extras.json +++ b/src/i18n/locales/es/leftSidebar/extras.json @@ -1,10 +1,10 @@ { "key": { - "label": "Key", - "placeholder": "Date of Birth" + "label": "Clave", + "placeholder": "Fecha de nacimiento" }, "value": { - "label": "Value", - "placeholder": "6th August 1995" + "label": "Valor", + "placeholder": "6 de agosto de 1995" } }