Skip to content

Commit 00613de

Browse files
committed
[fix] update contact
1 parent 65be4f4 commit 00613de

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

src/components/Footer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ const Footer = ({ lastDeployDate }: FooterProps) => {
284284
},
285285
{
286286
to: "mailto:[email protected]",
287-
text: t("press-contact"),
287+
text: t("contact"),
288288
},
289289
],
290290
},

src/intl/en/common.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"community": "Community",
2222
"community-hub": "Community hub",
2323
"community-menu": "Community Menu",
24-
"contact": "Contact",
24+
"contact": "Press Contact",
2525
"content-buckets": "Content Buckets",
2626
"content-resources": "Content Resources",
2727
"content-standardization": "Content standardization",
@@ -157,7 +157,6 @@
157157
"page-last-updated": "Page last updated",
158158
"pbs": "Proposer-builder separation",
159159
"pools": "Pooled staking",
160-
"press-contact": "Press Contact",
161160
"privacy-policy": "Privacy policy",
162161
"private-ethereum": "Private Ethereum",
163162
"product-disclaimer": "Products and services are listed as a convenience for the Ethereum community. Inclusion of a product or service <strong>does not represent an endorsement</strong> from the ethereum.org website team, or the Ethereum Foundation.",

0 commit comments

Comments
 (0)