Skip to content

Commit

Permalink
change field to cheqd extension account
Browse files Browse the repository at this point in the history
  • Loading branch information
cykoder committed Nov 11, 2024
1 parent 29b7d64 commit 6cc01c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/page-migration/src/Migration/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ function MigrationApp ({ className }): React.ReactElement {
<Dropdown
className={`ui--InputAddress ${className}`}
help={t<string>('The cheqd account your tokens will be migrated to.')}
label={t<string>('extension account')}
label={t<string>('cheqd extension account')}
isMultiple={false}
onChange={setCheqdId}
options={cheqdAddresses.map((cheqdAddress) => ({
Expand Down

0 comments on commit 6cc01c4

Please sign in to comment.