diff --git a/src/components/BuyQortInformation.tsx b/src/components/BuyQortInformation.tsx
index 77eacf6..b3f6442 100644
--- a/src/components/BuyQortInformation.tsx
+++ b/src/components/BuyQortInformation.tsx
@@ -63,11 +63,14 @@ export const BuyQortInformation = ({ balance }) => {
maxWidth: '90vw',
padding: '10px',
width: '400px',
- }} // TODO translate
+ }}
>
- Get QORT using Qortal's crosschain trade portal
+ {t('core:message.generic.get_qort_trade_portal', {
+ postProcess: 'capitalizeFirstChar',
+ })}
+
{
fontSize: '1rem',
}}
>
- Trade QORT
+ {t('core:action.trade_qort', {
+ postProcess: 'capitalizeFirstChar',
+ })}
@@ -107,7 +112,9 @@ export const BuyQortInformation = ({ balance }) => {
textDecoration: 'underline',
}}
>
- Benefits of having QORT
+ {t('core:message.generic.benefits_qort', {
+ postProcess: 'capitalizeFirstChar',
+ })}