Refactor initial recommended qort

This commit is contained in:
Nicola Benaglia 2025-05-23 07:23:16 +02:00
parent 8e51426ede
commit f73ec1fb3c
6 changed files with 7 additions and 6 deletions

View File

@ -148,7 +148,7 @@ export const BuyQortInformation = ({ balance }) => {
</ListItemIcon>
<ListItemText
primary={t('core:message.generic.minimal_qort_balance', {
quantity: 4,
quantity: 6,
postProcess: 'capitalizeFirstChar',
})}
/>

View File

@ -317,7 +317,7 @@ const PopoverComp = ({
}}
/>
<Typography>
{t('core:message.generic.avatar_registered_name', {
{t('group:message.generic.avatar_registered_name', {
postProcess: 'capitalizeFirstChar',
})}
</Typography>

View File

@ -121,7 +121,8 @@ export const ThingsToDoInitial = ({
fontWeight: 400,
},
}}
primary={t('tutorial:initial.6_qort', {
primary={t('tutorial:initial.recommended_qort_qty', {
quantity: 6,
postProcess: 'capitalizeFirstChar',
})}
/>

View File

@ -308,7 +308,7 @@ const PopoverComp = ({
}}
/>
<Typography>
{t('core:message.generic.avatar_registered_name', {
{t('group:message.generic.avatar_registered_name', {
postProcess: 'capitalizeFirstChar',
})}
</Typography>

View File

@ -229,7 +229,7 @@
"fetching_data": "fetching app data",
"foreign_fee": "foreign fee: {{ message }}",
"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",
"message_with_image": "this message already has an image",
"most_recent_payment": "{{ count }} most recent payment",

View File

@ -10,7 +10,7 @@
"navigation": "2. Apps Navigation"
},
"initial": {
"6_qort": "have at least 6 QORT in your wallet",
"recommended_qort_qty": "have at least {{ quantity }} QORT in your wallet",
"explore": "explore",
"general_chat": "general chat",
"getting_started": "getting started",