Browse Source

rename instantdex to dex

all-modes
pbca26 7 years ago
parent
commit
08589ae17c
  1. 2
      react/src/translate/en.js
  2. 2
      react/src/util/coinHelper.js

2
react/src/translate/en.js

@ -693,7 +693,7 @@ export const _lang = {
'COQUI': 'COQUI (COQUI)', 'COQUI': 'COQUI (COQUI)',
'CRYPTO': 'CRYPTO (CRYPTO)', 'CRYPTO': 'CRYPTO (CRYPTO)',
'HODL': 'HODL (HODL)', 'HODL': 'HODL (HODL)',
'DEX': 'InstantDEX (DEX)', 'DEX': 'DEX (DEX)',
'JUMBLR': 'JUMBLR (JUMBLR)', 'JUMBLR': 'JUMBLR (JUMBLR)',
'KV': 'KV (KV)', 'KV': 'KV (KV)',
'MGW': 'MultiGateway (MGW)', 'MGW': 'MultiGateway (MGW)',

2
react/src/util/coinHelper.js

@ -36,7 +36,7 @@ export function getCoinTitle(coin) {
break; break;
case 'DEX': case 'DEX':
coinlogo = 'dex'; coinlogo = 'dex';
coinname = 'InstantDEX'; coinname = 'DEX';
break; break;
case 'DOGE': case 'DOGE':
coinlogo = 'dogecoin'; coinlogo = 'dogecoin';

Loading…
Cancel
Save