Skip to content

Commit 98062dd

Browse files
committed
fix: remove isolated href from intl strings
1 parent 5310ad1 commit 98062dd

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

app/[locale]/trillion-dollar-security/page.tsx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -107,11 +107,7 @@ const TdsPage = async ({ params }: { params: Promise<{ locale: Lang }> }) => {
107107
<p>
108108
{t.rich("page-trillion-dollar-security-hero-paragraph-5", {
109109
a: (chunks) => (
110-
<InlineLink
111-
href={t(
112-
"page-trillion-dollar-security-hero-paragraph-5-link"
113-
)}
114-
>
110+
<InlineLink href="https://blog.ethereum.org/2025/05/14/trillion-dollar-security">
115111
{chunks}
116112
</InlineLink>
117113
),

src/intl/en/page-trillion-dollar-security.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
"page-trillion-dollar-security-hero-paragraph-3": "Billions of individuals are each comfortable holding more than $1000 onchain, collectively amounting to trillions of dollars secured on Ethereum.",
99
"page-trillion-dollar-security-hero-paragraph-4": "Companies, institutions, and governments are comfortable storing more than 1 trillion dollars of value inside a single contract or application, and are comfortable transacting in comparable amounts.",
1010
"page-trillion-dollar-security-hero-paragraph-5": "The <a>Trillion Dollar Security (1TS)</a> project is an ecosystem-wide effort to upgrade Ethereum's security. This report is the first deliverable of the 1TS project. Over the last month, we have gathered feedback from users, developers, security experts, and institutions about where they see the biggest challenges and areas for improvement. Thank you to the hundreds of people and dozens of organizations who have taken the time to share your insights with us.",
11-
"page-trillion-dollar-security-hero-paragraph-5-link": "https://blog.ethereum.org/2025/05/14/trillion-dollar-security",
1211
"page-trillion-dollar-security-hero-paragraph-6": "This report summarizes our findings, covering 6 distinct areas:",
1312
"page-trillion-dollar-security-report-card-title": "Ethereum ecosystem security overview report",
1413
"page-trillion-dollar-security-download-report": "Download PDF",

0 commit comments

Comments
 (0)