Skip to content

Commit 1a49bc3

Browse files
committed
fix wrong translation keys
1 parent c0c5d0f commit 1a49bc3

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/pages/[locale]/stablecoins.tsx

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

0 commit comments

Comments
 (0)