From ea2f03d8cddca7fa4e2e50782dfe29e69aaa74a9 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Wed, 14 Apr 2021 15:34:28 +0200 Subject: [PATCH] merge fix --- content/pages/publish/form-algorithm.json | 2 +- content/pages/publish/form-dataset.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/content/pages/publish/form-algorithm.json b/content/pages/publish/form-algorithm.json index a23f0fc7e..e6a62560c 100644 --- a/content/pages/publish/form-algorithm.json +++ b/content/pages/publish/form-algorithm.json @@ -19,7 +19,7 @@ "name": "files", "label": "File", "placeholder": "e.g. https://file.com/file.json", - "help": "Please provide a URL to your algorithm file. This URL will be stored encrypted after publishing.", + "help": "Please enter the URL to your algorithm file and click \"ADD FILE\" to validate the data. This URL will be stored encrypted after publishing.", "type": "files", "required": true }, diff --git a/content/pages/publish/form-dataset.json b/content/pages/publish/form-dataset.json index 4026e7df1..afd687d61 100644 --- a/content/pages/publish/form-dataset.json +++ b/content/pages/publish/form-dataset.json @@ -19,7 +19,7 @@ "name": "files", "label": "File", "placeholder": "e.g. https://file.com/file.json", - "help": "Please provide a URL to your data set file. This URL will be stored encrypted after publishing.", + "help": "Please enter the URL to your data set file and click \"ADD FILE\" to validate the data. This URL will be stored encrypted after publishing.", "type": "files", "required": true }, @@ -27,7 +27,7 @@ "name": "links", "label": "Sample file", "placeholder": "e.g. https://file.com/samplefile.json", - "help": "Please provide a URL to a sample of your data set file. This file should reveal the data structure of your data set, e.g. by including the header and one line of a CSV file. This file URL will be publicly available after publishing.", + "help": "Please enter the URL to a sample of your data set file and click \"ADD FILE\" to validate the data. This file should reveal the data structure of your data set, e.g. by including the header and one line of a CSV file. This file URL will be publicly available after publishing.", "type": "files" }, {