From 3f0400645300328dea2f04365fb658c60af7b0e9 Mon Sep 17 00:00:00 2001 From: SuriyaR Date: Mon, 12 Aug 2019 19:03:58 +0530 Subject: [PATCH] Changes --- server/i18n/de.json | 1 + server/i18n/en.json | 1 + .../view/home/latestblocks/latestblocks.component.html | 10 +++++----- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/server/i18n/de.json b/server/i18n/de.json index d63a9c1..606ebf5 100644 --- a/server/i18n/de.json +++ b/server/i18n/de.json @@ -17,6 +17,7 @@ "EXPLORE_IT": "Entdecke", "VIEWALL": "Alle Diagramme anzeigen", "BLOCKCHAIN_HEIGHT": "Blockchain Höhe", + "LATEST_BLOCKS" : "Letzter Blocks", "LATEST_BLOCK": "Letzter Block", "LATEST_BLOCK1": "Aktuelle Zielschwierigkeit", "LATEST_BLOCK2": "Aktuelle Gesamtschwierigkeit", diff --git a/server/i18n/en.json b/server/i18n/en.json index 4685ce7..4d71e11 100644 --- a/server/i18n/en.json +++ b/server/i18n/en.json @@ -17,6 +17,7 @@ "EXPLORE_IT": "Explore", "VIEWALL": "View All Charts", "BLOCKCHAIN_HEIGHT": "Blockchain Height", + "LATEST_BLOCKS" : "Latest Blocks", "LATEST_BLOCK": "Latest Block", "LATEST_BLOCK1": "Current Target Difficulty", "LATEST_BLOCK2": "Current Total Difficulty", diff --git a/src/app/view/home/latestblocks/latestblocks.component.html b/src/app/view/home/latestblocks/latestblocks.component.html index b2fd220..2605407 100644 --- a/src/app/view/home/latestblocks/latestblocks.component.html +++ b/src/app/view/home/latestblocks/latestblocks.component.html @@ -1,5 +1,5 @@
-

{{'home.LATEST_BLOCK' | translate}}

+

{{'home.LATEST_BLOCKS' | translate}}

@@ -46,9 +46,9 @@
- -
+ +
@@ -108,7 +108,7 @@
-->
- +