diff --git a/packages/page-migration/src/Migration/index.tsx b/packages/page-migration/src/Migration/index.tsx index 7fad4b930d65..cf20174ee33b 100644 --- a/packages/page-migration/src/Migration/index.tsx +++ b/packages/page-migration/src/Migration/index.tsx @@ -54,7 +54,7 @@ function MigrationApp ({ className }): React.ReactElement {
('Migrating your Dock balance to Cheqd will zero the balance on your Dock account.')} + content={t('Migrating your Dock balance to cheqd will zero the balance on your Dock account.')} />

('The Cheqd account your tokens will be migrated to.')} + help={t('The cheqd account your tokens will be migrated to.')} label={t('keplr account')} isMultiple={false} onChange={setCheqdId} @@ -102,7 +102,7 @@ function MigrationApp ({ className }): React.ReactElement { ) : ( <> ('The Cheqd account your tokens will be migrated to.')} + help={t('The cheqd account your tokens will be migrated to.')} label={t('cheqd account')} value={cheqdId} onChange={setCheqdId}