diff --git a/app/[locale]/get-eth/page.tsx b/app/[locale]/get-eth/page.tsx index 9ed51123fc9..f222d10ed63 100644 --- a/app/[locale]/get-eth/page.tsx +++ b/app/[locale]/get-eth/page.tsx @@ -100,6 +100,7 @@ export default async function Page({ }) { const { locale } = await params const t = await getTranslations({ locale, namespace: "page-get-eth" }) + const tCommon = await getTranslations({ locale, namespace: "common" }) const tokenSwaps: CardListCardProps[] = [ { @@ -241,7 +242,7 @@ export default async function Page({

- {t("common:listing-policy-disclaimer")}{" "} + {tCommon("listing-policy-disclaimer")}{" "} {t("listing-policy-raise-issue-link")}