Skip to content

Commit a12b4e3

Browse files
authored
Merge pull request #16155 from ethereum/intl-enterprise
intl: extract missing /enterprise strings
2 parents 0b1d7c3 + 56cd24c commit a12b4e3

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

app/[locale]/enterprise/page.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -122,15 +122,15 @@ const Page = async ({ params }: { params: { locale: Lang } }) => {
122122

123123
const signals: StatsBoxMetric[] = [
124124
{
125-
label: "Years",
125+
label: t("page-enterprise-why-metric-years"),
126126
state: { value: "10" }, // TODO: Calculate to future-proof, avoid hard-coding
127127
},
128128
{
129-
label: "Upgrades",
129+
label: t("page-enterprise-why-metric-upgrades"),
130130
state: { value: "16" }, // TODO: Calculate from upgrades list
131131
},
132132
{
133-
label: "Downtime",
133+
label: t("page-enterprise-why-metric-downtime"),
134134
state: { value: "0" },
135135
},
136136
]

src/intl/en/page-enterprise.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,8 @@
5555
"page-enterprise-team-form-success-heading": "Thanks for reaching out!",
5656
"page-enterprise-team-form-success-message": "We've received your message and someone from our enterprise team will get back to you within a few business days.",
5757
"page-enterprise-why-description": "Ethereum supports enterprise compliance with transparent, auditable infrastructure that aligns with GDPR and KYC while protecting sensitive data in private or consortium environments.",
58-
"page-enterprise-why-header": "Why Ethereum"
58+
"page-enterprise-why-header": "Why Ethereum",
59+
"page-enterprise-why-metric-years": "Year",
60+
"page-enterprise-why-metric-upgrades": "Upgrades",
61+
"page-enterprise-why-metric-downtime": "Downtime"
5962
}

0 commit comments

Comments
 (0)