mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-07-22 20:26:50 +00:00
Add translation
This commit is contained in:
@@ -63,11 +63,14 @@ export const BuyQortInformation = ({ balance }) => {
|
||||
maxWidth: '90vw',
|
||||
padding: '10px',
|
||||
width: '400px',
|
||||
}} // TODO translate
|
||||
}}
|
||||
>
|
||||
<Typography>
|
||||
Get QORT using Qortal's crosschain trade portal
|
||||
{t('core:message.generic.get_qort_trade_portal', {
|
||||
postProcess: 'capitalizeFirstChar',
|
||||
})}
|
||||
</Typography>
|
||||
|
||||
<ButtonBase
|
||||
sx={{
|
||||
'&:hover': { backgroundColor: theme.palette.secondary.main },
|
||||
@@ -96,7 +99,9 @@ export const BuyQortInformation = ({ balance }) => {
|
||||
fontSize: '1rem',
|
||||
}}
|
||||
>
|
||||
Trade QORT
|
||||
{t('core:action.trade_qort', {
|
||||
postProcess: 'capitalizeFirstChar',
|
||||
})}
|
||||
</Typography>
|
||||
</ButtonBase>
|
||||
|
||||
@@ -107,7 +112,9 @@ export const BuyQortInformation = ({ balance }) => {
|
||||
textDecoration: 'underline',
|
||||
}}
|
||||
>
|
||||
Benefits of having QORT
|
||||
{t('core:message.generic.benefits_qort', {
|
||||
postProcess: 'capitalizeFirstChar',
|
||||
})}
|
||||
</Typography>
|
||||
<List
|
||||
sx={{
|
||||
|
Reference in New Issue
Block a user