diff --git a/src/assets/js/main.js b/src/assets/js/main.js index a18f5ed8..4a17adab 100644 --- a/src/assets/js/main.js +++ b/src/assets/js/main.js @@ -70,11 +70,6 @@ function drawStats(webinfo, priceinfo){ this.innerHTML = circulatingDcr.toLocaleString("en-US"); }); - var circulatingUsd = Math.round(webinfo.circulatingsupply * priceinfo.decred_usd/1000000); - $('[data-stat-name="circulating-supply-usd"]').each(function(){ - this.innerHTML = "USD " + circulatingUsd + "M"; - }); - // Total coins mined. var mined = Math.round(100 * (webinfo.circulatingsupply / webinfo.ultimatesupply)); diff --git a/src/layouts/_default/list.html b/src/layouts/_default/list.html index 9b6b7fc6..e534e12f 100644 --- a/src/layouts/_default/list.html +++ b/src/layouts/_default/list.html @@ -164,10 +164,10 @@

- EQUIVALENT TO USD 240M AT CURRENT PRICE
- COINS MINED 88%  EMISSION +1%/YEAR -

+
+
COINS MINED 88%
+
EMISSION +1%/YEAR
+
@@ -176,7 +176,7 @@

TOTAL STAKED

62%

TOTAL
STAKED

-

Staking is completely self-custodial

+
Staking is completely self-custodial
@@ -191,9 +191,9 @@

786K

-

+
EQUAL TO  SELF-FUNDED FROM 10% OF THE BLOCK REWARD -

+
@@ -202,7 +202,7 @@

STAKE REWARD

7%APY

STAKE
REWARD

-

GET REWARDED FOR STAKING AND VOTING

+
GET REWARDED FOR STAKING AND VOTING
@@ -211,9 +211,9 @@

BLOCK REWARD REDUCTION IN

BLOCK REWARD
REDUCTION IN

20 DAYS

-

+
BLOCK REWARD REDUCES BY 1% EVERY 21 DAYS -

+ diff --git a/transifex_catalogs/en.json b/transifex_catalogs/en.json index e159a20b..3005aecc 100644 --- a/transifex_catalogs/en.json +++ b/transifex_catalogs/en.json @@ -91,7 +91,7 @@ "landing_feature3": "Treasury", "landing_feature4": "Proposals", "landing_feature5": "Security", - "landing_feature6": "Interchangable", + "landing_feature6": "Fungible", "landing_feature7": "Lightning", "landing_feature8": "DEX", "landing_why_title": "Why Decred?",