diff --git a/apps/coin_info/app.js b/apps/coin_info/app.js index e50ab13c0..81abc097a 100644 --- a/apps/coin_info/app.js +++ b/apps/coin_info/app.js @@ -143,10 +143,9 @@ function showDetails() { const priceFmt = ciLib.formatPriceString(tokenInfo.price); const mCapFmt = ciLib.formatPriceString(tokenInfo.marketCap); const msg = ` - Details for ${token.toUpperCase()}\n - Price: ${priceFmt}\n - Market Cap: ${mCapFmt}\n - // Add more fields as needed + ${token.toUpperCase()}\n + Price: ${priceFmt} + M-Cap: ${mCapFmt}\n `; E.showAlert(msg, "Token Details").then(function() { // print("Ok pressed"); diff --git a/apps/coin_info/metadata.json b/apps/coin_info/metadata.json index b6043fccd..442386b81 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.06.61", + "version": "0.06.62", "description": "Crypto-Coins Infos with the help of the Binance API", "icon": "app.png", "tags": "clkinfo",