Lightning dashboard -> Lightning network

This commit is contained in:
nymkappa 2022-09-07 15:38:48 +02:00
parent 24c8ae2002
commit 1a2c0b7843
No known key found for this signature in database
GPG Key ID: E155910B16E8BD04

View File

@ -21,7 +21,7 @@ export class LightningDashboardComponent implements OnInit {
) { }
ngOnInit(): void {
this.seoService.setTitle($localize`Lightning Dashboard`);
this.seoService.setTitle($localize`Lightning Network`);
this.nodesRanking$ = this.lightningApiService.getNodesRanking$().pipe(share());
this.statistics$ = this.lightningApiService.getLatestStatistics$().pipe(share());