Skip to content

Commit

Permalink
[fix] update contact
Browse files Browse the repository at this point in the history
  • Loading branch information
yash251 committed Feb 9, 2024
1 parent 65be4f4 commit 00613de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ const Footer = ({ lastDeployDate }: FooterProps) => {
},
{
to: "mailto:[email protected]",
text: t("press-contact"),
text: t("contact"),
},
],
},
Expand Down
3 changes: 1 addition & 2 deletions src/intl/en/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"community": "Community",
"community-hub": "Community hub",
"community-menu": "Community Menu",
"contact": "Contact",
"contact": "Press Contact",
"content-buckets": "Content Buckets",
"content-resources": "Content Resources",
"content-standardization": "Content standardization",
Expand Down Expand Up @@ -157,7 +157,6 @@
"page-last-updated": "Page last updated",
"pbs": "Proposer-builder separation",
"pools": "Pooled staking",
"press-contact": "Press Contact",
"privacy-policy": "Privacy policy",
"private-ethereum": "Private Ethereum",
"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.",
Expand Down

0 comments on commit 00613de

Please sign in to comment.