diff --git a/apps/coin_info/app.js b/apps/coin_info/app.js index 9acbaa3a8..6d6fa8e08 100644 --- a/apps/coin_info/app.js +++ b/apps/coin_info/app.js @@ -128,7 +128,7 @@ function getChart(period) { // function showLowHigh() { - const title = `L/H ${tokenInfo.symbol}`; + const title = `L/H ${csTokens[ticker]}`; const first = ciLib.formatPriceString(optSpacing.first); const last = ciLib.formatPriceString(optSpacing.last); const low = ciLib.formatPriceString(optSpacing.low); diff --git a/apps/coin_info/metadata.json b/apps/coin_info/metadata.json index 57d9e4f85..28f9b8bf8 100644 --- a/apps/coin_info/metadata.json +++ b/apps/coin_info/metadata.json @@ -1,7 +1,7 @@ { "id": "coin_info", "name": "Crypto-Coins Info", "shortName":"Coins Info", - "version": "0.07.01", + "version": "0.07.02", "description": "Crypto-Coins Infos with the help of the Binance API", "icon": "app.png", "tags": "clkinfo",