From 52252afecef858a5685b5c6d5f6ddb50afb0e33e Mon Sep 17 00:00:00 2001 From: Patrick Heinzelmann Date: Fri, 1 Nov 2019 11:30:03 +0100 Subject: [PATCH] Fixing text with with misencoded sign, which break parsing of document --- .../financialServices/banking/Opportunity.cdm.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/schemaDocuments/core/applicationCommon/foundationCommon/crmCommon/accelerators/financialServices/banking/Opportunity.cdm.json b/schemaDocuments/core/applicationCommon/foundationCommon/crmCommon/accelerators/financialServices/banking/Opportunity.cdm.json index 7b708cd1ef..982df04da9 100644 --- a/schemaDocuments/core/applicationCommon/foundationCommon/crmCommon/accelerators/financialServices/banking/Opportunity.cdm.json +++ b/schemaDocuments/core/applicationCommon/foundationCommon/crmCommon/accelerators/financialServices/banking/Opportunity.cdm.json @@ -35,7 +35,7 @@ "constantValues": [ [ "en", - "An opportunity represents a qualified prospect or an existing customer’s interest in a product of the bank." + "An opportunity represents a qualified prospect or an existing customer's interest in a product of the bank." ] ] } @@ -1226,7 +1226,7 @@ ], "sourceName": "Opportunity", "displayName": "Opportunity", - "description": "An opportunity represents a qualified prospect or an existing customer’s interest in a product of the bank." + "description": "An opportunity represents a qualified prospect or an existing customer's interest in a product of the bank." } ] } \ No newline at end of file