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/shared/components/configuration/configuration-import-field/configuration-import-field.component.html
Copy file name to clipboardexpand all lines: src/app/shared/components/configuration/configuration-import-field/configuration-import-field.component.ts
+3
Original file line number
Diff line number
Diff line change
@@ -59,6 +59,8 @@ export class ConfigurationImportFieldComponent implements OnInit {
Copy file name to clipboardexpand all lines: src/app/shared/components/configuration/configuration-select-field/configuration-select-field.component.html
Choose the type of transaction record that you would like to create in {{ appName }} while exporting expenses from {{brandingConfig.brandName}}. <span*ngIf="exportConfigurationIconPath && appName === AppName.INTACCT">Click<a(click)="showExportTable()" class="tw-cursor-pointer tw-text-link-primary"> here</a> for more details.</span>
12
+
Choose the type of transaction record that you would like to create in {{ uiExposedAppName }} while exporting expenses from {{brandingConfig.brandName}}. <span*ngIf="exportConfigurationIconPath && appName === AppName.INTACCT">Click<a(click)="showExportTable()" class="tw-cursor-pointer tw-text-link-primary"> here</a> for more details.</span>
Copy file name to clipboardexpand all lines: src/app/shared/components/configuration/configuration-select-field/configuration-select-field.component.ts
<h5class="!tw-text-text-muted tw-text-14-px tw-pt-10-px !tw-font-400 !tw-leading-4"><p>Map categories in {{brandingConfig.brandName}} to their corresponding records in {{appName}}.</p>
48
+
<h5class="!tw-text-text-muted tw-text-14-px tw-pt-10-px !tw-font-400 !tw-leading-4"><p>Map categories in {{brandingConfig.brandName}} to their corresponding records in {{uiExposedAppName}}.</p>
<h5class="!tw-text-text-muted tw-text-14-px tw-pt-10-px !tw-font-400 !tw-leading-4">Resolve these errors on your {{appName}} account before trying to export them again.</h5>
<h5class="!tw-text-text-muted tw-text-14-px tw-pt-10-px !tw-font-400 !tw-leading-4">Resolve these errors on your {{uiExposedAppName}} account before trying to export them again.</h5>
<app-svg-icon*ngIf="brandingConfig.brandId !== 'co'" [svgSource]="'info-circle-fill'" [width]="'16px'" [height]="'16px'" [styleClasses]="'tw-flex tw-text-info tw-ml-4-px'" [tooltipText]="'All expenses that have reached your export state in ' + brandingConfig.brandName + ' will be automatically imported and kept ready for export.'" [tooltipPosition]="'top'"></app-svg-icon>
<pclass="tw-pl-10-px">We are syncing your data between your {{brandingConfig.brandName}} - {{ appName }} account and this may take a few seconds</p>
30
+
<pclass="tw-pl-10-px">We are syncing your data between your {{brandingConfig.brandName}} - {{ uiExposedAppName }} account and this may take a few seconds</p>
0 commit comments