Skip to content

Commit 65be4f4

Browse files
committed
[fix] rename footer hyperlink
1 parent 2e6491f commit 65be4f4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
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("contact"),
287+
text: t("press-contact"),
288288
},
289289
],
290290
},

src/intl/en/common.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,7 @@
157157
"page-last-updated": "Page last updated",
158158
"pbs": "Proposer-builder separation",
159159
"pools": "Pooled staking",
160+
"press-contact": "Press Contact",
160161
"privacy-policy": "Privacy policy",
161162
"private-ethereum": "Private Ethereum",
162163
"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)