More Lightning i18n fixes (4)

This commit is contained in:
softsimon
2022-10-13 18:12:29 +04:00
parent 5d9bcce5cd
commit 02340d57dd
2 changed files with 5 additions and 8 deletions

View File

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