mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-07-22 20:26:50 +00:00
Refactor initial recommended qort
This commit is contained in:
@@ -148,7 +148,7 @@ export const BuyQortInformation = ({ balance }) => {
|
||||
</ListItemIcon>
|
||||
<ListItemText
|
||||
primary={t('core:message.generic.minimal_qort_balance', {
|
||||
quantity: 4,
|
||||
quantity: 6,
|
||||
postProcess: 'capitalizeFirstChar',
|
||||
})}
|
||||
/>
|
||||
|
@@ -317,7 +317,7 @@ const PopoverComp = ({
|
||||
}}
|
||||
/>
|
||||
<Typography>
|
||||
{t('core:message.generic.avatar_registered_name', {
|
||||
{t('group:message.generic.avatar_registered_name', {
|
||||
postProcess: 'capitalizeFirstChar',
|
||||
})}
|
||||
</Typography>
|
||||
|
@@ -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',
|
||||
})}
|
||||
/>
|
||||
|
@@ -308,7 +308,7 @@ const PopoverComp = ({
|
||||
}}
|
||||
/>
|
||||
<Typography>
|
||||
{t('core:message.generic.avatar_registered_name', {
|
||||
{t('group:message.generic.avatar_registered_name', {
|
||||
postProcess: 'capitalizeFirstChar',
|
||||
})}
|
||||
</Typography>
|
||||
|
Reference in New Issue
Block a user