diff --git a/src/app/branding/c1-contents-config.ts b/src/app/branding/c1-contents-config.ts index faac3dffa..b2543956c 100644 --- a/src/app/branding/c1-contents-config.ts +++ b/src/app/branding/c1-contents-config.ts @@ -288,7 +288,7 @@ export const c1Contents = { advancedSettings: { stepName: 'Advanced settings', contentText: 'Customize the integration based on your accounting requirements. ', - autoCreateVendorsLabel: 'Auto-create vendors', + autoCreateVendorsLabel: 'Auto-create employee as vendor', paymentSyncLabel: 'Auto sync payment status for reimbursable expenses', customizationSubLabel: 'you can choose what data points need to be exported and what shouldn\'t be.', autoCreateMerchantsAsVendorsLabel: 'Auto-create merchants as vendors', diff --git a/src/app/branding/fyle-contents-config.ts b/src/app/branding/fyle-contents-config.ts index 98b73c303..2d423b3d3 100644 --- a/src/app/branding/fyle-contents-config.ts +++ b/src/app/branding/fyle-contents-config.ts @@ -288,7 +288,7 @@ export const fyleContents = { advancedSettings: { stepName: 'Advanced Settings', contentText: 'In this section, you can customize the integration based on your accounting requirements. ', - autoCreateVendorsLabel: 'Auto-Create Vendors', + autoCreateVendorsLabel: 'Auto-create employee as vendor', paymentSyncLabel: 'Auto Sync payment status for reimbursable expenses', customizationSubLabel: 'You can choose what data points need to be exported and what shouldn\'t be.', autoCreateMerchantsAsVendorsLabel: 'Auto-create Merchants as Vendors', diff --git a/src/app/integrations/intacct/intacct-shared/intacct-advanced-settings/intacct-advanced-settings.component.html b/src/app/integrations/intacct/intacct-shared/intacct-advanced-settings/intacct-advanced-settings.component.html index 950f288c1..1fbf10281 100644 --- a/src/app/integrations/intacct/intacct-shared/intacct-advanced-settings/intacct-advanced-settings.component.html +++ b/src/app/integrations/intacct/intacct-shared/intacct-advanced-settings/intacct-advanced-settings.component.html @@ -83,7 +83,7 @@ [subLabel]="'When matching ' + getEmployeeField() +' record is not found for an employee in ' + brandingConfig.brandName + ', the integration will auto-create a new record in Sage Intacct.'" [formControllerName]="'autoCreateEmployeeVendor'"> -
+