Skip to content

Commit d060acc

Browse files
committed
Updating MySure -> Docusign Insurance Sample Application
1 parent 4629679 commit d060acc

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

client/public/index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,16 @@
2424
<meta name="description" content="Web site created using create-react-app" />
2525
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
2626
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
27-
<title>MySure Docusign Sample Application</title>
27+
<title>Docusign Insurance Sample Application</title>
2828
<meta name="description"
29-
content="See how the MySure Docusign sample application for insurance showcases the capabilities of the Docusign API to enable you to integrate Docusign functionality into your own applications.">
29+
content="See how the Docusign Insurance Sample Application showcases the capabilities of the Docusign API to enable you to integrate Docusign functionality into your own applications.">
3030
<meta property="og:type" content="article" />
31-
<meta name="twitter:title" content="MySure Docusign Sample Application" />
31+
<meta name="twitter:title" content="Docusign Insurance Sample Application" />
3232
<meta name="twitter:description"
33-
content="See how the MySure Docusign sample application for insurance showcases the capabilities of the Docusign API to enable you to integrate Docusign functionality into your own applications." />
34-
<meta property="og:title" content="MySure Docusign Sample Application" />
33+
content="See how the Docusign Insurance Sample Application showcases the capabilities of the Docusign API to enable you to integrate Docusign functionality into your own applications." />
34+
<meta property="og:title" content="Docusign Insurance Sample Application" />
3535
<meta property="og:description"
36-
content="See how the MySure Docusign sample application for insurance showcases the capabilities of the Docusign API to enable you to integrate Docusign functionality into your own applications." />
36+
content="See how the Docusign Insurance Sample Application showcases the capabilities of the Docusign API to enable you to integrate Docusign functionality into your own applications." />
3737
<meta property="og:image" content="%PUBLIC_URL%/MySure_OG.png" />
3838
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap"
3939
rel="stylesheet">

server/app/templates/new-insurance.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77
<meta http-equiv="X-UA-Compatible" content="IE=edge">
88
<title>MySure: Buy New Insurance</title>
99
<meta name="description"
10-
content="See how the MySure Docusign sample application for insurance incorporates a form enabling a user to sign up for a new policy. The form uses auto-place tabs and Docusign Payments.">
10+
content="See how the Docusign Insurance Sample Application incorporates a form enabling a user to sign up for a new policy. The form uses auto-place tabs and Docusign Payments.">
1111
<meta property="og:type" content="article" />
1212
<meta name="twitter:title" content="MySure: Buy New Insurance" />
1313
<meta name="twitter:description"
14-
content="See how the MySure Docusign sample application for insurance incorporates a form enabling a user to sign up for a new policy. The form uses auto-place tabs and Docusign Payments." />
14+
content="See how the Docusign Insurance Sample Application incorporates a form enabling a user to sign up for a new policy. The form uses auto-place tabs and Docusign Payments." />
1515
<meta property="og:title" content="MySure: Buy New Insurance" />
1616
<meta property="og:description"
17-
content="See how the MySure Docusign sample application for insurance incorporates a form enabling a user to sign up for a new policy. The form uses auto-place tabs and Docusign Payments." />
17+
content="See how the Docusign Insurance Sample Application incorporates a form enabling a user to sign up for a new policy. The form uses auto-place tabs and Docusign Payments." />
1818
<meta property="og:image" content="https://docutest-a.akamaihd.net/devcenter/t/img/MySure.png" />
1919
<style>
2020
/*cssreset*/

server/app/templates/submit-claim.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77
<meta http-equiv="X-UA-Compatible" content="IE=edge">
88
<title>MySure: Submit a Claim</title>
99
<meta name="description"
10-
content="See how the MySure Docusign sample application for insurance allows a user to submit a claim electronically. Functions include embedded signing, auto-place tabs, and optional attachments.">
10+
content="See how the Docusign Insurance Sample Application allows a user to submit a claim electronically. Functions include embedded signing, auto-place tabs, and optional attachments.">
1111
<meta property="og:type" content="article" />
1212
<meta name="twitter:title" content="MySure: Submit a Claim" />
1313
<meta name="twitter:description"
14-
content="See how the MySure Docusign sample application for insurance allows a user to submit a claim electronically. Functions include embedded signing, auto-place tabs, and optional attachments." />
14+
content="See how the Docusign Insurance Sample Application allows a user to submit a claim electronically. Functions include embedded signing, auto-place tabs, and optional attachments." />
1515
<meta property="og:title" content="MySure: Submit a Claim" />
1616
<meta property="og:description"
17-
content="See how the MySure Docusign sample application for insurance allows a user to submit a claim electronically. Functions include embedded signing, auto-place tabs, and optional attachments." />
17+
content="See how the Docusign Insurance Sample Application allows a user to submit a claim electronically. Functions include embedded signing, auto-place tabs, and optional attachments." />
1818
<meta property="og:image" content="https://docutest-a.akamaihd.net/devcenter/t/img/MySure.png" />
1919
<style>
2020
/*cssreset*/

0 commit comments

Comments
 (0)