Fix nodes per network chart localization

This commit is contained in:
nymkappa
2022-07-17 10:06:08 +02:00
parent 561d75c694
commit 683190eaa3
3 changed files with 3 additions and 3 deletions

View File

@@ -61,7 +61,7 @@ export class NodesNetworksChartComponent implements OnInit {
if (this.widget) {
this.miningWindowPreference = '1y';
} else {
this.seoService.setTitle($localize`Nodes per network`);
this.seoService.setTitle($localize`Lightning nodes per network`);
this.miningWindowPreference = this.miningService.getDefaultTimespan('all');
}
this.radioGroupForm = this.formBuilder.group({ dateSpan: this.miningWindowPreference });