From ed3c3a3ccc90b56aa848ace9525a9c7ee7402a9d Mon Sep 17 00:00:00 2001 From: Dhaarani <55541808+DhaaraniCIT@users.noreply.github.com> Date: Mon, 6 May 2024 12:23:48 +0530 Subject: [PATCH] xero content changes (#777) xero content cchanges --- src/app/branding/c1-contents-config.ts | 4 ++-- .../xero-onboarding-landing.component.html | 2 +- .../configuration-connector.component.html | 6 ++++-- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/src/app/branding/c1-contents-config.ts b/src/app/branding/c1-contents-config.ts index 399349a49..49e345c45 100644 --- a/src/app/branding/c1-contents-config.ts +++ b/src/app/branding/c1-contents-config.ts @@ -6,7 +6,7 @@ export const brandingConfig: BrandingConfiguration = config as BrandingConfigura export const c1Contents = { netsuite: { landing: { - contentText: 'Import data from NetSuite to ' + brandingConfig.brandName + ' and export expenses from ' + brandingConfig.brandName + ' to NetSuite. ', + contentText: 'Import GL accounts and projects from NetSuite and export expenses from your ' + brandingConfig.brandName + ' account.', guideHeaderText: 'How to setup your integration' }, configuration: { @@ -88,7 +88,7 @@ export const c1Contents = { }, xero: { landing: { - contentText: 'Import data from Xero to ' + brandingConfig.brandName + ' and export expenses from ' + brandingConfig.brandName + ' to Xero. ', + contentText: 'Import GL accounts and projects from Xero and export expenses from your ' + brandingConfig.brandName + ' account.', guideHeaderText: 'How to setup your integration' }, configuration: { diff --git a/src/app/integrations/xero/xero-onboarding/xero-onboarding-landing/xero-onboarding-landing.component.html b/src/app/integrations/xero/xero-onboarding/xero-onboarding-landing/xero-onboarding-landing.component.html index ca659416b..5ba0d5f37 100644 --- a/src/app/integrations/xero/xero-onboarding/xero-onboarding-landing/xero-onboarding-landing.component.html +++ b/src/app/integrations/xero/xero-onboarding/xero-onboarding-landing/xero-onboarding-landing.component.html @@ -1,6 +1,6 @@
+ Fetching data from your {{appName}} account…
Not the company you want to connect?
-+
Please hold on; we are fetching data from your {{ accountingAppTitle }} account, which may take a few seconds.