You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/static/riot/datasets/management.tag
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -384,7 +384,7 @@
384
384
delete metadata.data_file // dont send this with metadata
385
385
386
386
if (metadata.is_public === 'on') {
387
-
var public_confirm = confirm("Creating a public dataset means this will be sent to Chahub and publicly available on the internet. Are you sure you wish to continue?")
387
+
var public_confirm = confirm("You are creating a public dataset. Are you sure you wish to continue?")
Copy file name to clipboardExpand all lines: src/static/riot/submissions/resource_submissions.tag
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -381,7 +381,7 @@
381
381
delete metadata.data_file // dont send this with metadata
382
382
383
383
if (metadata.is_public === 'on') {
384
-
var public_confirm = confirm("Creating a public submission means this will be sent to Chahub and publicly available on the internet. Are you sure you wish to continue?")
384
+
var public_confirm = confirm("You are creating a public submission. Are you sure you wish to continue?")
0 commit comments