diff --git a/www/app/templates/blocks/immature.hbs b/www/app/templates/blocks/immature.hbs index 434e5bf..95e9bff 100644 --- a/www/app/templates/blocks/immature.hbs +++ b/www/app/templates/blocks/immature.hbs @@ -1,17 +1,17 @@ {{#if model.immature}} -

Immature Blocks

+

{{t "block.immature_blocks"}}

- - - - - - - - + + + + + + + + @@ -22,5 +22,5 @@
HeightLoginTime FoundVarianceRewardTypeShares/DiffWorker ID{{t "block.height"}}{{t "block.login"}}{{t "block.hash"}}{{t "block.time_found"}}{{t "block.variance"}}{{t "block.reward"}}{{t "block.shares"}}{{t "block.worker"}}
{{else}} -

No immature blocks yet

-{{/if}} \ No newline at end of file +

{{t "block.no_immature_blocks_yet"}}

+{{/if}}