Merge pull request #100 from Qortal/master

Master
This commit is contained in:
Phillip
2025-07-03 13:04:48 +03:00
committed by GitHub

View File

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