Skip to content

Commit c0c5d0f

Browse files
committed
fix wrong translation keys
1 parent 034b9fc commit c0c5d0f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/pages/[locale]/stablecoins.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -583,10 +583,10 @@ 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(
586+
titleKey={"page-stablecoins-stablecoins-dapp-callout-title"}
587+
descriptionKey={
588588
"page-stablecoins-stablecoins-dapp-callout-description"
589-
)}
589+
}
590590
image={dogeComputerImg}
591591
imageWidth={600}
592592
alt={t("page-stablecoins-stablecoins-dapp-callout-image-alt")}

0 commit comments

Comments
 (0)