Skip to content

Commit 9fdf42c

Browse files
remove marketing lingo
2 parents fa34304 + d0e1948 commit 9fdf42c

File tree

4 files changed

+0
-6
lines changed

4 files changed

+0
-6
lines changed

app/javascript/src/components/Footer.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ export function Footer() {
66
return (
77
<footer role="contentinfo" className="footer pt-2 pb-2">
88
<div className="container">
9-
<span className="copyright">{t('Copyright')}</span>
109
</div>
1110
</footer>
1211
);

app/javascript/src/pages/home/index.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,6 @@ export function Home() {
5757
/>
5858
</FeaturesSection>
5959
<CTASection
60-
title={t("Footer1")}
61-
description={parse(t("Footer2"))}
6260
primaryLink={{
6361
name: t("SandBoxButton"),
6462
href: "https://go.docusign.com/o/sandbox/",

public/locales/en/Common.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"ApplicationName": "Webhooks Sample App",
33
"GitHubLink": "GitHub Source",
4-
"Copyright": "© 2025 Docusign Inc.",
54
"LogOutLink": "Logout",
65
"LogInButton": "Login",
76
"AlertMessage": "Sorry, there was some issue with the Code Grant Authorization, so you have been logged with JWT authorization"

public/locales/en/Home.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
{
22
"Header1": "Webhooks Sample App",
33
"Header2": "Discover how the Docusign Connect webhook service can help you monitor and automate your business processes through real-time updates when specific events are triggered in your workflows.",
4-
"Footer1": "Docusign: It's time to agree better",
5-
"Footer2": "<p>Docusign helps organizations connect and automate how they prepare, sign, act on, and manage agreements.</p>",
64
"SandBoxButton": "Create Developer Account",
75
"LearnMoreButton": "Learn More",
86
"Card1": {

0 commit comments

Comments
 (0)