You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/app/branding/c1-contents-config.ts
+4-4
Original file line number
Diff line number
Diff line change
@@ -411,7 +411,7 @@ export const c1Contents = {
411
411
accountingPeriodLabel: 'Post entries in the current open accounting period.',
412
412
accountingPeriodSubLabel: 'If the accounting period is closed, the expenses will be exported with a date stamp for the first day of the current open accounting period',
413
413
autoCreateMerchantsAsVendorsSubLabel: 'Automatically create a new vendor in QuickBooks Online if an added merchant doesn\'t have a corresponding match.',
414
-
customizeSectionSubLAbel: 'Customize the data that you\'d like to export from '+brandingConfig.brandName+' to QuickBooks Online by choosing which data points need to be exported.',
414
+
customizeSectionSubLabel: 'Customize the data that you\'d like to export from '+brandingConfig.brandName+' to QuickBooks Online by choosing which data points need to be exported.',
415
415
memoStructureSubLabel: 'Choose from a list of available data points that you\'d like to export to the description field in QuickBooks Online.',
416
416
previewDescriptionFieldLabel: 'Preview of the description field'
Copy file name to clipboardexpand all lines: src/app/branding/fyle-contents-config.ts
+6-6
Original file line number
Diff line number
Diff line change
@@ -411,7 +411,7 @@ export const fyleContents = {
411
411
accountingPeriodLabel: 'Post entries in the current accounting period',
412
412
accountingPeriodSubLabel: 'If there are expenses for which the accounting period is closed in QuickBooks Online, you can export those to the current month by enabling this option.',
413
413
autoCreateMerchantsAsVendorsSubLabel: brandingConfig.brandName+' will auto-create a new vendor in QuickBooks Online if a merchant added by an employee does not have a corresponding match in QuickBooks Online. ',
414
-
customizeSectionSubLAbel: 'In this section, you can customize the data that you\'d like to export from '+brandingConfig.brandName+' to QuickBooks Online You can choose what data points need to be exported and what shouldn\'t be.',
414
+
customizeSectionSubLabel: 'In this section, you can customize the data that you\'d like to export from '+brandingConfig.brandName+' to QuickBooks Online You can choose what data points need to be exported and what shouldn\'t be.',
415
415
memoStructureSubLabel: 'You can choose from a list of available data points that you\'d like to export to the description field in QuickBooks Online.',
416
416
previewDescriptionFieldLabel: 'Preview of the Description Field'
Copy file name to clipboardexpand all lines: src/app/integrations/qbd-direct/qbd-direct-main/qbd-direct-export-log/qbd-direct-skipped-export-log/qbd-direct-skipped-export-log.component.ts
+1-2
Original file line number
Diff line number
Diff line change
@@ -2,8 +2,7 @@ import { CommonModule } from '@angular/common';
0 commit comments