Refactor json structure and move some from group into core

This commit is contained in:
Nicola Benaglia
2025-05-16 09:23:23 +02:00
parent 7df70b2165
commit 8e15323f24
21 changed files with 38 additions and 38 deletions

View File

@@ -127,7 +127,7 @@ export const RegisterName = ({
const fee = await getFee('REGISTER_NAME');
await show({
message: t('group:question.register_name', {
message: t('core:question.register_name', {
postProcess: 'capitalizeFirst',
}),
publishFee: fee.fee + ' QORT',