Skip to content

Commit d4ff875

Browse files
authored
Merge pull request #15777 from ethereum/patch-string
patch: common string namespace
2 parents 42e6555 + 48dd82e commit d4ff875

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/[locale]/get-eth/page.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ export default async function Page({
100100
}) {
101101
const { locale } = await params
102102
const t = await getTranslations({ locale, namespace: "page-get-eth" })
103+
const tCommon = await getTranslations({ locale, namespace: "common" })
103104

104105
const tokenSwaps: CardListCardProps[] = [
105106
{
@@ -241,7 +242,7 @@ export default async function Page({
241242
<Stack className="gap-16">
242243
<p>
243244
<em>
244-
{t("common:listing-policy-disclaimer")}{" "}
245+
{tCommon("listing-policy-disclaimer")}{" "}
245246
<InlineLink href="https://github.com/ethereum/ethereum-org-website/issues/new/choose">
246247
{t("listing-policy-raise-issue-link")}
247248
</InlineLink>

0 commit comments

Comments
 (0)