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',