From c4124096ffe6c2f9c9299c23672dd6eeb89efb88 Mon Sep 17 00:00:00 2001 From: Veronica Manuel <101472818+graceful-coder@users.noreply.github.com> Date: Tue, 18 Apr 2023 08:38:26 -0400 Subject: [PATCH] Clarifies the C2D privacy option --- content/publish/form.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/publish/form.json b/content/publish/form.json index 6738fc12b..347af1be7 100644 --- a/content/publish/form.json +++ b/content/publish/form.json @@ -233,7 +233,7 @@ "name": "algorithmPrivacy", "label": "Algorithm Privacy", "type": "checkbox", - "options": ["Keep my algorithm private"], + "options": ["Keep my algorithm private for compute-to-data"], "help": "By default, your algorithm can be downloaded for free or a fixed price, in addition to running in compute jobs. Enabling this option will prevent downloading, so your algorithm can only be run as part of a compute job on a dataset.", "required": false },