diff --git a/wherehows-web/app/constants/dataset-purge-policy.ts b/wherehows-web/app/constants/dataset-purge-policy.ts index 69ce00b85a..64bfd07e90 100644 --- a/wherehows-web/app/constants/dataset-purge-policy.ts +++ b/wherehows-web/app/constants/dataset-purge-policy.ts @@ -31,7 +31,7 @@ const purgePolicyProps: PurgePolicyProperties = { AUTO_PURGE: { platforms: [DatasetPlatform.Teradata, DatasetPlatform.Espresso, DatasetPlatform.HDFS], desc: - 'Choose this option only if it’s acceptable to have the centralized system purge this dataset based on the provided metadata (e.g. member ID [Subject Owner]).', + 'Choose this option only if it’s acceptable to have the centralized system purge this dataset based on the provided metadata (e.g. member ID, seat ID etc).', displayAs: 'Auto Purge' }, MANUAL_PURGE: {