Skip to content
This repository was archived by the owner on Feb 23, 2021. It is now read-only.

Commit a6756f1

Browse files
committed
accounts: modify copy for description of channels
1 parent 32ddf60 commit a6756f1

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

packages/lightning-core/accounts/CreateChannelPage.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,7 @@ export const CreateChannelPage = ({ createChannel, push }) => {
3535
<Page>
3636
<Head
3737
title="Create Channel"
38-
body="Channels are like tubes of money used to transfer funds within
39-
the network"
38+
body="Channels are like tubes of money used to transfer funds within Lightning"
4039
/>
4140
<Form
4241
name="create-channel"

packages/lightning-core/accounts/index.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,7 @@ export class Accounts extends React.Component {
4444
<Page>
4545
<Head
4646
title="Your Channels"
47-
body="Channels are like tubes of money used to transfer funds within
48-
the network"
47+
body="Channels are like tubes of money used to send money through the network"
4948
right={ createChannel }
5049
/>
5150
<ChannelList

0 commit comments

Comments
 (0)