Skip to content

Commit

Permalink
fix: update import settings sublabels
Browse files Browse the repository at this point in the history
  • Loading branch information
JustARatherRidiculouslyLongUsername committed Nov 27, 2024
1 parent ec3f420 commit baeefc0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<app-configuration-toggle-field
[form]="importSettingForm"
[label]="'Import the Chart of Accounts as Categories in ' + brandingConfig.brandName "
[subLabel]="'Imported account will be available as Categories in ' + brandingConfig.brandName "
[subLabel]="'Imported accounts will appear in a dropdown under the \'Category\' field in ' + brandingConfig.brandName + ', enabling employees to use these values for coding their expenses. '"
[formControllerName]="'importCategories'"
[isSectionHeader]="false"
[iconPath]="'arrow-tail-down'">
Expand All @@ -26,7 +26,7 @@
<app-configuration-toggle-field
[form]="importSettingForm"
[label]="'Import Vendor as Merchant in ' + brandingConfig.brandName "
[subLabel]="'Imported Vendor will be available as Merchants in ' + brandingConfig.brandName "
[subLabel]="'Imported vendors will appear in a dropdown under the \'Merchant\' field in ' + brandingConfig.brandName + ', enabling employees to use these values for coding their expenses.'"
[formControllerName]="'importVendorAsMerchant'"
[isSectionHeader]="false"
[iconPath]="'arrow-tail-down'">
Expand Down

0 comments on commit baeefc0

Please sign in to comment.