Merge pull request #2526 from mempool/nymkappa/bugfix/i18n

Lightning dashboard -> Lightning network
This commit is contained in:
wiz 2022-09-09 17:33:10 +02:00 committed by GitHub
commit 5e1f891f02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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