fix var for text

This commit is contained in:
2025-07-03 13:01:42 +03:00
parent bba1eb0110
commit a742a986c2

View File

@@ -278,7 +278,7 @@ export const RegisterName = ({
<Typography> <Typography>
{t('core:message.generic.name_registration', { {t('core:message.generic.name_registration', {
balance: balance ?? 0, balance: balance ?? 0,
fee: { nameFee }, fee: nameFee,
postProcess: 'capitalizeFirstChar', postProcess: 'capitalizeFirstChar',
})} })}
</Typography> </Typography>