From db44f7bede349b80c17fcee231da42cd97a837b5 Mon Sep 17 00:00:00 2001 From: Mars Lan Date: Thu, 26 Oct 2017 17:57:05 -0700 Subject: [PATCH] Update wording (#824) --- wherehows-web/app/constants/dataset-purge-policy.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: {