Skip to content

Commit fa164f9

Browse files
committed
fix grammer
1 parent fe692e5 commit fa164f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/wallet/src/app.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ class DepositSegment extends React.Component {
383383
<Header as='h2'>
384384
<Icon name='send' />
385385
<Header.Content>
386-
Deposit Child Wallet from Parent Wallet.
386+
Deposit coins from ParentWallet to ChildWallet.
387387
<Header.Subheader>Send funds from your account to another</Header.Subheader>
388388
</Header.Content>
389389
</Header>
@@ -444,7 +444,7 @@ class ExitSegment extends React.Component {
444444
<Header as='h2'>
445445
<Icon name='send' />
446446
<Header.Content>
447-
Exit ChildWallet to ParentWallet.
447+
Exit coins from ChildWallet to ParentWallet.
448448
<Header.Subheader>Send funds from your account to another</Header.Subheader>
449449
</Header.Content>
450450
</Header>

0 commit comments

Comments
 (0)