mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-06-07 08:56:58 +00:00
Refactor initial recommended qort
This commit is contained in:
parent
8e51426ede
commit
f73ec1fb3c
@ -148,7 +148,7 @@ export const BuyQortInformation = ({ balance }) => {
|
|||||||
</ListItemIcon>
|
</ListItemIcon>
|
||||||
<ListItemText
|
<ListItemText
|
||||||
primary={t('core:message.generic.minimal_qort_balance', {
|
primary={t('core:message.generic.minimal_qort_balance', {
|
||||||
quantity: 4,
|
quantity: 6,
|
||||||
postProcess: 'capitalizeFirstChar',
|
postProcess: 'capitalizeFirstChar',
|
||||||
})}
|
})}
|
||||||
/>
|
/>
|
||||||
|
@ -317,7 +317,7 @@ const PopoverComp = ({
|
|||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
<Typography>
|
<Typography>
|
||||||
{t('core:message.generic.avatar_registered_name', {
|
{t('group:message.generic.avatar_registered_name', {
|
||||||
postProcess: 'capitalizeFirstChar',
|
postProcess: 'capitalizeFirstChar',
|
||||||
})}
|
})}
|
||||||
</Typography>
|
</Typography>
|
||||||
|
@ -121,7 +121,8 @@ export const ThingsToDoInitial = ({
|
|||||||
fontWeight: 400,
|
fontWeight: 400,
|
||||||
},
|
},
|
||||||
}}
|
}}
|
||||||
primary={t('tutorial:initial.6_qort', {
|
primary={t('tutorial:initial.recommended_qort_qty', {
|
||||||
|
quantity: 6,
|
||||||
postProcess: 'capitalizeFirstChar',
|
postProcess: 'capitalizeFirstChar',
|
||||||
})}
|
})}
|
||||||
/>
|
/>
|
||||||
|
@ -308,7 +308,7 @@ const PopoverComp = ({
|
|||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
<Typography>
|
<Typography>
|
||||||
{t('core:message.generic.avatar_registered_name', {
|
{t('group:message.generic.avatar_registered_name', {
|
||||||
postProcess: 'capitalizeFirstChar',
|
postProcess: 'capitalizeFirstChar',
|
||||||
})}
|
})}
|
||||||
</Typography>
|
</Typography>
|
||||||
|
@ -229,7 +229,7 @@
|
|||||||
"fetching_data": "fetching app data",
|
"fetching_data": "fetching app data",
|
||||||
"foreign_fee": "foreign fee: {{ message }}",
|
"foreign_fee": "foreign fee: {{ message }}",
|
||||||
"get_qort_trade_portal": "get QORT using Qortal's crosschain trade portal",
|
"get_qort_trade_portal": "get QORT using Qortal's crosschain trade portal",
|
||||||
"minimal_qort_balance": "having at least {{ quantity }} QORT in your balance allows you to send chat messages at near instant speed.",
|
"minimal_qort_balance": "having at least {{ quantity }} QORT in your balance (4 qort balance for chat, 1.25 for name, 0.75 for some transactions)",
|
||||||
"mentioned": "mentioned",
|
"mentioned": "mentioned",
|
||||||
"message_with_image": "this message already has an image",
|
"message_with_image": "this message already has an image",
|
||||||
"most_recent_payment": "{{ count }} most recent payment",
|
"most_recent_payment": "{{ count }} most recent payment",
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
"navigation": "2. Apps Navigation"
|
"navigation": "2. Apps Navigation"
|
||||||
},
|
},
|
||||||
"initial": {
|
"initial": {
|
||||||
"6_qort": "have at least 6 QORT in your wallet",
|
"recommended_qort_qty": "have at least {{ quantity }} QORT in your wallet",
|
||||||
"explore": "explore",
|
"explore": "explore",
|
||||||
"general_chat": "general chat",
|
"general_chat": "general chat",
|
||||||
"getting_started": "getting started",
|
"getting_started": "getting started",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user