I18n extract. Some minor fixes.

This commit is contained in:
softsimon
2023-03-05 17:08:35 +09:00
parent 07271f56d7
commit d5ea2aec25
4 changed files with 84 additions and 104 deletions

View File

@@ -17,7 +17,7 @@
<div class="clearfix"></div>
<div *ngIf="error" class="d-flex flex-column justify-content-around align-items-center mt-5 w-100" style="min-height: 100px">
<span class="text-center" i18n="lightning.node-not-found">No node found for public key "{{ node.public_key | shortenString : 12}}"</span>
<span class="text-center">No node found for public key "{{ node.public_key | shortenString : 12}}"</span>
</div>
<div class="box" *ngIf="!error">