Adding missing Asset page strings. Fixed block title translations.

This commit is contained in:
softsimon
2020-12-04 22:30:09 +07:00
parent 9ebb9a5d65
commit 10b9778b3c
4 changed files with 102 additions and 18 deletions

View File

@@ -82,7 +82,7 @@ export class BisqBlockComponent implements OnInit, OnDestroy {
}
this.isLoading = false;
this.blockHeight = block.height;
this.seoService.setTitle($localize`:@@bisq-block.component.browser-title:Block ${block.height}:INTERPOLATION:: ${block.hash}:INTERPOLATION:`);
this.seoService.setTitle($localize`:@@bisq-block.component.browser-title:Block ${block.height}:BLOCK_HEIGHT:: ${block.hash}:BLOCK_HASH:`);
this.block = block;
});
}