Skip to content

Commit 7f70ce0

Browse files
change text for app home
1 parent d8066fc commit 7f70ce0

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

DocuSign.Workspaces/DocuSign.Workspaces/ClientApp/src/locales/en/translation.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
"Explore": "Explore how organizations use Workspaces to manage, share, and approve critical documents across teams and clients",
99
"WealthManagement": "Wealth Management client engagement",
1010
"GetStarted": "Get started",
11-
"RemoteSigning": "Remote signing",
12-
"Templates": "Templates",
13-
"BrandingIntegration": "Branding integration",
11+
"Case1Bullet1": "Dynamic workspace creation",
12+
"Case1Bullet2": "Agreements to sign",
13+
"Case1Bullet3": "Upload Requests",
1414
"CarePlans": "Care Plans approval inbox",
15-
"PersistentWorkspaces": "Persistent Workspaces",
16-
"DocumentAggregation": "Document aggregation",
17-
"SignAndAssign": "Sign & assign flow",
15+
"Case2Bullet1": "Persistent Workspaces",
16+
"Case2Bullet2": "Assign tasks flow",
17+
"Case2Bullet3": "Agreements to sign",
1818
"DocuSignFeatures": "Docusign features:",
1919
"AgreeBetter": "Docusign: It’s time to agree better",
2020
"AgreeBetterDescription": "Docusign helps organizations connect and automate how they prepare, sign, act on, and manage agreements.",

DocuSign.Workspaces/DocuSign.Workspaces/ClientApp/src/pages/HomePage.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,14 @@ export default function HomePage() {
4242
title: t('WealthManagement'),
4343
cta: t('GetStarted'),
4444
url: '/use-case1',
45-
features: [t('RemoteSigning'), t('Templates'), t('BrandingIntegration')],
45+
features: [t('Case1Bullet1'), t('Case1Bullet2'), t('Case1Bullet3')],
4646
},
4747
{
4848
icon: <NoteIcon />,
4949
title: t('CarePlans'),
5050
cta: t('GetStarted'),
5151
url: '/use-case2',
52-
features: [t('PersistentWorkspaces'), t('DocumentAggregation'), t('SignAndAssign')],
52+
features: [t('Case2Bullet1'), t('Case2Bullet2'), t('Case2Bullet3')],
5353
},
5454
].map((card, index) => (
5555
<div className="card_home" key={card.title}>

0 commit comments

Comments
 (0)