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: public/locales/en/dataset.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -68,7 +68,7 @@
68
68
},
69
69
"deleteDatasetModal": {
70
70
"title": "Delete Dataset",
71
-
"message": "Are you sure you want to delete this dataset? This action cannot be undone.",
71
+
"message": "Are you sure you want to delete this draft version? Files will be reverted to the most recently published version. You cannot undelete this draft.",
72
72
"defaultDatasetDeleteError": "An error occurred while deleting the dataset."
73
73
}
74
74
},
@@ -137,7 +137,7 @@
137
137
"heading": "Unpublished Dataset Private URL",
138
138
"alertText": "This unpublished dataset is being privately shared."
139
139
},
140
-
"datasetDeletedSuccess": "The dataset has been deleted."
140
+
"datasetDeletedSuccess": "The dataset draft has been deleted."
Copy file name to clipboardExpand all lines: tests/component/sections/dataset/dataset-action-buttons/edit-dataset-menu/DeleteDraftDatasetButton.spec.tsx
0 commit comments