From c372f506a50dd7143b5dd9ebdfc408cb1f023a9d Mon Sep 17 00:00:00 2001 From: Pedro Buzzi Filho Date: Fri, 28 Jun 2024 08:10:53 -0300 Subject: [PATCH] fix: PII description (#16827) --- .../src/main/resources/json/data/tags/piiTags.json | 2 +- .../src/main/resources/ui/src/pages/TagsPage/TagsPage.mock.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/openmetadata-service/src/main/resources/json/data/tags/piiTags.json b/openmetadata-service/src/main/resources/json/data/tags/piiTags.json index df193f37688..f594152e685 100644 --- a/openmetadata-service/src/main/resources/json/data/tags/piiTags.json +++ b/openmetadata-service/src/main/resources/json/data/tags/piiTags.json @@ -1,7 +1,7 @@ { "createClassification": { "name": "PII", - "description": "Personally Identifiable Information information that, when used alone or with other relevant data, can identify an individual.

_Note to Legal - This tag category is provided as a starting point. Please review and update the tags based on your company policy. Also, add a reference to your PII policy document in this description._", + "description": "Personally Identifiable Information that, when used alone or with other relevant data, can identify an individual.

_Note to Legal - This tag category is provided as a starting point. Please review and update the tags based on your company policy. Also, add a reference to your PII policy document in this description._", "provider": "system", "mutuallyExclusive": "true" }, diff --git a/openmetadata-ui/src/main/resources/ui/src/pages/TagsPage/TagsPage.mock.ts b/openmetadata-ui/src/main/resources/ui/src/pages/TagsPage/TagsPage.mock.ts index 4d0996ed74c..a1d4e980d12 100644 --- a/openmetadata-ui/src/main/resources/ui/src/pages/TagsPage/TagsPage.mock.ts +++ b/openmetadata-ui/src/main/resources/ui/src/pages/TagsPage/TagsPage.mock.ts @@ -50,7 +50,7 @@ export const MOCK_ALL_CLASSIFICATIONS = { name: 'PII', fullyQualifiedName: 'PII', description: - 'Personally Identifiable Information information that, when used alone or with other relevant data, can identify an individual.', + 'Personally Identifiable Information that, when used alone or with other relevant data, can identify an individual.', version: 0.1, updatedAt: 1672135714322, updatedBy: 'admin',