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>