From 0c443dfeba3b4b07db1e160371880a67137aa06c Mon Sep 17 00:00:00 2001 From: George Kalampokis Date: Wed, 22 Apr 2020 18:41:54 +0300 Subject: [PATCH] Renamed JSON Export to RDA JSON --- dmp-frontend/src/assets/i18n/en.json | 2 +- dmp-frontend/src/assets/i18n/es.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dmp-frontend/src/assets/i18n/en.json b/dmp-frontend/src/assets/i18n/en.json index 3fb895575..63fd0f3d6 100644 --- a/dmp-frontend/src/assets/i18n/en.json +++ b/dmp-frontend/src/assets/i18n/en.json @@ -128,7 +128,7 @@ "FILE-TYPES": { "PDF": "PDF", "XML": "XML", - "JSON": "JSON", + "JSON": "RDA JSON", "DOC": "Document" }, "LANGUAGES": { diff --git a/dmp-frontend/src/assets/i18n/es.json b/dmp-frontend/src/assets/i18n/es.json index a9bef23eb..7db704b15 100644 --- a/dmp-frontend/src/assets/i18n/es.json +++ b/dmp-frontend/src/assets/i18n/es.json @@ -128,7 +128,7 @@ "FILE-TYPES": { "PDF": "PDF", "XML": "XML", - "JSON": "JSON", + "JSON": "RDA JSON", "DOC": "Documento" }, "LANGUAGES": {