diff --git a/src/screens/addressGeolocation/SkipTracingContainer.tsx b/src/screens/addressGeolocation/SkipTracingContainer.tsx index 8f6f3ac5..7786bb72 100644 --- a/src/screens/addressGeolocation/SkipTracingContainer.tsx +++ b/src/screens/addressGeolocation/SkipTracingContainer.tsx @@ -35,7 +35,7 @@ const SkipTracingAddressContainer: React.FC = ({ ]} > - No skip tracing found + No customer outreach address found ); } diff --git a/src/screens/addressGeolocation/constant.ts b/src/screens/addressGeolocation/constant.ts index 6aa9fef1..6baba577 100644 --- a/src/screens/addressGeolocation/constant.ts +++ b/src/screens/addressGeolocation/constant.ts @@ -15,7 +15,7 @@ export const PRIMARY_SOURCE_MAPPING = { [PrimarySourcesType.AVS_V1]: 'AVS_V1', [PrimarySourcesType.KARZA]: 'Karza', [PrimarySourcesType['Field App']]: 'COSMOS', - [PrimarySourcesType.SKIP_TRACING]: 'Skip Tracing', + [PrimarySourcesType.SKIP_TRACING]: 'Customer outreach', [PrimarySourcesType.ACCOUNT_AGGREGATOR]: 'Account Aggregator', }; @@ -30,7 +30,7 @@ export const ADDRESSES_TABS = [ }, { key: 'skipTracing', - label: 'Skip Tracing', + label: 'Customer Outreach', }, ]; diff --git a/src/screens/caseDetails/interface.ts b/src/screens/caseDetails/interface.ts index 16b18188..3a7cd496 100644 --- a/src/screens/caseDetails/interface.ts +++ b/src/screens/caseDetails/interface.ts @@ -430,7 +430,7 @@ export interface INearbyCaseItemObj extends CaseDetail { export enum GeolocationSourceMap { VKYC = 'VKYC', - DATA_SUTRAM = 'Skip Tracing', + DATA_SUTRAM = 'Custommer outreach', } export interface Tab {