Skip to content

Commit

Permalink
cheqd capitals fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cykoder committed Oct 15, 2024
1 parent 11aee02 commit 20fea2b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/page-migration/src/Migration/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ function MigrationApp ({ className }): React.ReactElement {
<div className={`staking--Overview ${className}`}>
<MarkWarning
className='warning centered'
content={t<string>('Migrating your Dock balance to Cheqd will zero the balance on your Dock account.')}
content={t<string>('Migrating your Dock balance to cheqd will zero the balance on your Dock account.')}
/>

<p style={{
Expand Down Expand Up @@ -84,7 +84,7 @@ function MigrationApp ({ className }): React.ReactElement {
<>
<Dropdown
className={`ui--InputAddress ${className}`}
help={t<string>('The Cheqd account your tokens will be migrated to.')}
help={t<string>('The cheqd account your tokens will be migrated to.')}
label={t<string>('keplr account')}
isMultiple={false}
onChange={setCheqdId}
Expand All @@ -102,7 +102,7 @@ function MigrationApp ({ className }): React.ReactElement {
) : (
<>
<InputAddressCheqd
help={t<string>('The Cheqd account your tokens will be migrated to.')}
help={t<string>('The cheqd account your tokens will be migrated to.')}
label={t<string>('cheqd account')}
value={cheqdId}
onChange={setCheqdId}
Expand Down

0 comments on commit 20fea2b

Please sign in to comment.