Correcting i18n strings related to Lightning explorer

This commit is contained in:
softsimon
2022-10-13 17:15:17 +04:00
parent 8922f85715
commit d666964894
13 changed files with 89 additions and 127 deletions

View File

@@ -1,6 +1,6 @@
<div [class]="!widget ? 'container-xl full-height' : ''">
<h1 *ngIf="!widget" class="float-left" i18n="lightning.top-100-oldest-nodes">
<span>Top 100 oldest lightning nodes</span>
<h1 *ngIf="!widget" class="float-left">
<span i18n="lightning.top-100-oldest-nodes">Top 100 oldest lightning nodes</span>
</h1>
<div [class]="widget ? 'widget' : 'full'">