Browse Source
Merge pull request #568 from LN-Zap/fix/channel-form-copy
fix(channel-form): improve copy
renovate/lint-staged-8.x
Ben Woosley
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
app/components/Contacts/SubmitChannelForm.js
|
@ -61,7 +61,7 @@ class SubmitChannelForm extends React.Component { |
|
|
<header className={styles.header}> |
|
|
<header className={styles.header}> |
|
|
<h1>Add Funds to Network</h1> |
|
|
<h1>Add Funds to Network</h1> |
|
|
<p> |
|
|
<p> |
|
|
Adding a connection will help you send and receive money on the Lightning Network. You |
|
|
Opening a channel will help you send and receive money on the Lightning Network. You |
|
|
aren't spening any money, rather moving the money you plan to use onto the network. |
|
|
aren't spening any money, rather moving the money you plan to use onto the network. |
|
|
</p> |
|
|
</p> |
|
|
</header> |
|
|
</header> |
|
|