From 9d5c8bc7c03844b7f4038537f5917bcc121a2fef Mon Sep 17 00:00:00 2001 From: yuriy0803 <68668177+yuriy0803@users.noreply.github.com> Date: Mon, 4 Mar 2024 20:04:46 +0100 Subject: [PATCH] Update immature.hbs --- www/app/templates/blocks/immature.hbs | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) 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}}