We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 42e6555 + 48dd82e commit d4ff875Copy full SHA for d4ff875
app/[locale]/get-eth/page.tsx
@@ -100,6 +100,7 @@ export default async function Page({
100
}) {
101
const { locale } = await params
102
const t = await getTranslations({ locale, namespace: "page-get-eth" })
103
+ const tCommon = await getTranslations({ locale, namespace: "common" })
104
105
const tokenSwaps: CardListCardProps[] = [
106
{
@@ -241,7 +242,7 @@ export default async function Page({
241
242
<Stack className="gap-16">
243
<p>
244
<em>
- {t("common:listing-policy-disclaimer")}{" "}
245
+ {tCommon("listing-policy-disclaimer")}{" "}
246
<InlineLink href="https://github.com/ethereum/ethereum-org-website/issues/new/choose">
247
{t("listing-policy-raise-issue-link")}
248
</InlineLink>
0 commit comments