Skip to content

Commit 789d178

Browse files
authored
Merge pull request #15020 from JoeChenJ/Fix_wrong_translation_keys
fix: Fix wrong translation keys on stablecoins page
2 parents a649b19 + 1a49bc3 commit 789d178

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

src/pages/[locale]/stablecoins.tsx

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -583,10 +583,12 @@ const StablecoinsPage = ({ markets, marketsHasError }) => {
583583
<Content>
584584
<CalloutBanner
585585
className="mx-0 mb-16 mt-8"
586-
titleKey={t("page-stablecoins-stablecoins-dapp-callout-title")}
587-
descriptionKey={t(
588-
"page-stablecoins-stablecoins-dapp-callout-description"
589-
)}
586+
titleKey={
587+
"page-stablecoins:page-stablecoins-stablecoins-dapp-callout-title"
588+
}
589+
descriptionKey={
590+
"page-stablecoins:page-stablecoins-stablecoins-dapp-callout-description"
591+
}
590592
image={dogeComputerImg}
591593
imageWidth={600}
592594
alt={t("page-stablecoins-stablecoins-dapp-callout-image-alt")}

0 commit comments

Comments
 (0)