Skip to content

Commit

Permalink
Merge pull request #1 from GiovanniBordiga/help-text-fix
Browse files Browse the repository at this point in the history
Fix misleading help text
  • Loading branch information
GiovanniBordiga authored Jan 23, 2020
2 parents a17efce + 7939915 commit 30ded1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/components/NodeForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ const helpText = {
</p>
<p>
Make sure you do not upload your <code>readonly.macaroon</code> or
{' '}<code>invoice.macaroon</code> files accidentally.
{' '}<code>admin.macaroon</code> files accidentally.
</p>
<p>
The macaroons are usually located:
Expand Down Expand Up @@ -330,4 +330,4 @@ export default class NodeForm extends React.Component<Props, State> {
}
this.setState({ isSubmitting: false });
};
}
}

0 comments on commit 30ded1f

Please sign in to comment.