NTP-30459 | Skip Tracing to Customer outreach text changes

This commit is contained in:
yashmantri
2025-02-24 16:34:22 +05:30
parent ab11f55f72
commit b3ced5203b
3 changed files with 4 additions and 4 deletions

View File

@@ -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>
);
}

View File

@@ -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',
},
];

View File

@@ -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 {