NTP-30459 | Skip Tracing to Customer outreach text changes
This commit is contained in:
@@ -35,7 +35,7 @@ const SkipTracingAddressContainer: React.FC<IAddressContainer> = ({
|
||||
]}
|
||||
>
|
||||
<CustomLocationIcon />
|
||||
<Text style={[styles.textContainer, styles.noSkipTracingAddressText]}>No skip tracing found</Text>
|
||||
<Text style={[styles.textContainer, styles.noSkipTracingAddressText]}>No customer outreach address found</Text>
|
||||
</View>
|
||||
);
|
||||
}
|
||||
|
||||
@@ -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',
|
||||
},
|
||||
];
|
||||
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user