diff --git a/content/pages/publish.json b/content/pages/publish.json index 58487ac67..77a6a7e8c 100644 --- a/content/pages/publish.json +++ b/content/pages/publish.json @@ -22,7 +22,7 @@ "name": "files", "label": "File", "placeholder": "e.g. https://file.com/file.json", - "help": "Please provide a URL to your data set file.", + "help": "Please provide a URL to your data set file. This URL will be stored encrypted after publishing.", "type": "files", "required": true }, @@ -30,7 +30,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.", + "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.", "type": "files" }, {