Lightning dashboard -> Lightning network

This commit is contained in:
nymkappa 2022-09-07 15:38:48 +02:00
parent 3644c302f4
commit cc2130104c

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());