Merge pull request #99 from Qortal/bugfix/name-registration-text

fix var for text
This commit is contained in:
Phillip
2025-07-03 13:04:05 +03:00
committed by GitHub

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>