diff --git a/frontend/src/components/NodeForm.tsx b/frontend/src/components/NodeForm.tsx index e01a0fb..2e294ca 100644 --- a/frontend/src/components/NodeForm.tsx +++ b/frontend/src/components/NodeForm.tsx @@ -58,7 +58,7 @@ const helpText = {

Make sure you do not upload your readonly.macaroon or - {' '}invoice.macaroon files accidentally. + {' '}admin.macaroon files accidentally.

The macaroons are usually located: @@ -330,4 +330,4 @@ export default class NodeForm extends React.Component { } this.setState({ isSubmitting: false }); }; -} \ No newline at end of file +}