fixing i18n

This commit is contained in:
softsimon
2024-07-02 15:54:49 +09:00
parent d52ca35cc0
commit 53109aa50a
4 changed files with 152 additions and 28 deletions

View File

@@ -174,7 +174,7 @@
</div>
<div class="footer-link" [routerLink]="['/tx' | relativeUrl, tx?.txid]">
<span>See more details <fa-icon [icon]="['fas', 'arrow-alt-circle-right']"></fa-icon></span>
<span><ng-container i18n="accelerator.show-more-details">See more details</ng-container>&nbsp;<fa-icon [icon]="['fas', 'arrow-alt-circle-right']"></fa-icon></span>
</div>
</div>
</div>