Update help.component.ts (#1379)

Fixed broken link under "Help" -> "Node Settings"
pull/1383/head
Ant 1 month ago committed by GitHub
parent ba4d0df32c
commit 61c4cf3019
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -272,7 +272,7 @@ export class HelpComponent implements OnInit, OnDestroy {
' Offers and Liquidity Ads can be enabled/disabled.\n' + ' Offers and Liquidity Ads can be enabled/disabled.\n' +
'Show LN Config (if configured)\n' + 'Show LN Config (if configured)\n' +
' Shows lightning config file.\n', ' Shows lightning config file.\n',
link: '../config/layout', link: '../config/nodesettings',
linkCaption: 'Node Settings', linkCaption: 'Node Settings',
lnImplementation: 'ALL' lnImplementation: 'ALL'
})); }));

Loading…
Cancel
Save