From 73f4748bc0ae61873e6310c6c1e5cda85b4ee8b6 Mon Sep 17 00:00:00 2001 From: KarthiKeyanZ Date: Tue, 24 Jan 2023 14:11:42 +0000 Subject: [PATCH] text capitalize --- .../view/block-view/block-detail/block-detail.component.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/view/block-view/block-detail/block-detail.component.html b/src/app/view/block-view/block-detail/block-detail.component.html index 398e61d..3975947 100644 --- a/src/app/view/block-view/block-detail/block-detail.component.html +++ b/src/app/view/block-view/block-detail/block-detail.component.html @@ -132,7 +132,7 @@
-
{{'home.COMMIT' | translate}}
{{ hashinput.Data }}
+
{{'home.COMMIT' | translate}}
{{ hashinput.Data }}
@@ -192,7 +192,7 @@
{{'home.SPENT' | translate}}
{{ hashoutput.Spent }}
-
{{'home.COMMIT' | translate}}
{{ hashoutput.Commit }}
+
{{'home.COMMIT' | translate}}
{{ hashoutput.Commit }}