From 46d90078a3c29091b568e3c47e4408c68114a178 Mon Sep 17 00:00:00 2001 From: SuriyaR Date: Wed, 31 Jul 2019 16:02:45 +0530 Subject: [PATCH] REmove timer --- server/i18n/de.json | 2 +- server/i18n/en.json | 8 ++++---- src/app/shared/components/header/header.component.html | 8 ++++---- .../block-detail/block-detail.component.html | 4 ++-- .../graph-detail/graph-detail.component.html | 6 +++--- .../block-detail-list/block-detail-list.component.html | 2 +- src/app/view/view-routing.module.ts | 10 ++++++++++ src/assets/css/style.css | 6 +++++- 8 files changed, 30 insertions(+), 16 deletions(-) diff --git a/server/i18n/de.json b/server/i18n/de.json index 4a7f4f9..816b9d9 100644 --- a/server/i18n/de.json +++ b/server/i18n/de.json @@ -9,7 +9,7 @@ "block-interval" : "Sperrintervall", "transactions-vs-date" : "Transaktionen gegen Datum", "home": { - "HEADER_TEXT": "Sie befinden sich in Testnet", + "HEADER_TEXT": "Sie befinden sich in Beta", "COUNTDOWN": "Mainnet-Countdown", "EXPLORE_IT": "Entdecke es", "VIEWALL": "Alle Diagramme anzeigen", diff --git a/server/i18n/en.json b/server/i18n/en.json index e579d91..d39b9df 100644 --- a/server/i18n/en.json +++ b/server/i18n/en.json @@ -7,9 +7,9 @@ "blocks-mined" : "Blocks Mined", "hashrate-growth-chart" : "HashRate Growth Chart", "block-interval" : "Block Interval", - "transactions-vs-date" : "Transcations Vs Date", + "transactions-vs-date" : "Transactions Vs Date", "home": { - "HEADER_TEXT": "You are on Testnet", + "HEADER_TEXT": "You are on Beta", "COUNTDOWN": "Mainnet Countdown", "EXPLORE_IT": "Explore it", "VIEWALL": "View All Charts", @@ -34,7 +34,7 @@ "BLOCKS_PER_PAGE" : "Blocks per page", "MINUTE" : "minute", "TOTAL_DIFFICULTY" : "Total Difficulty", - "TRANSACTIONS_BY_TIME" : "Transcations By Time", + "TRANSACTIONS_BY_TIME" : "Transactions By Time", "BLOCKS" : "Blocks", "BLOCK" : "Block", "BLOCKS_MINED" : "Blocks Mined", @@ -42,7 +42,7 @@ "SUPPLY_GROWTH" : "Supply Growth", "HASHRATE_GROWTH_CHART" : "HashRate Growth Chart", "BLOCK_INTERVAL" : "Block Interval", - "TRANSACTIONS_VS_DATE" : "Transcations Vs Date", + "TRANSACTIONS_VS_DATE" : "Transactions Vs Date", "DAYS" : "days", "MONTHS" : "months", "WEEK" : "week", diff --git a/src/app/shared/components/header/header.component.html b/src/app/shared/components/header/header.component.html index 5b1cb01..9b3fc65 100755 --- a/src/app/shared/components/header/header.component.html +++ b/src/app/shared/components/header/header.component.html @@ -4,13 +4,13 @@