From 516d140ae7f49bb1de090b726ecb8f7b127c5f67 Mon Sep 17 00:00:00 2001 From: Antonin Delpeuch Date: Tue, 27 Nov 2018 14:07:44 +0900 Subject: [PATCH] Add missing English header for metadata dialog --- main/webapp/modules/core/langs/translation-en.json | 1 + 1 file changed, 1 insertion(+) diff --git a/main/webapp/modules/core/langs/translation-en.json b/main/webapp/modules/core/langs/translation-en.json index c72038331..481d1fba0 100644 --- a/main/webapp/modules/core/langs/translation-en.json +++ b/main/webapp/modules/core/langs/translation-en.json @@ -30,6 +30,7 @@ "core-index/subject": "Subject:", "core-index/description": "Description:", "core-index/rowCount": "Row count:", + "core-index/metaDatas": "Project metadata", "core-index/customMetadata": "Custom metadata(JSON):", "core-index/id": "Project ID:", "core-index/importOptionMetadata": "Import option metadata(JSON):",