pbca26
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
2 additions and
1 deletions
-
react/src/components/addcoin/addcoinOptionsAC.js
-
react/src/translate/en.js
|
|
@ -27,7 +27,7 @@ const addCoinOptionsAC = () => { |
|
|
|
let _items = []; |
|
|
|
|
|
|
|
for (let i = 0; i < _assetChains.length; i++) { |
|
|
|
let availableModes = _assetChains[i] !== 'kv' && _assetChains[i] !== 'mgw' && _assetChains[i] !== 'axo' && _assetChains[i] !== 'etomic' && _assetChains[i] !== 'btch' ? 'spv|native' : 'native'; |
|
|
|
let availableModes = _assetChains[i] !== 'kv' && _assetChains[i] !== 'axo' && _assetChains[i] !== 'etomic' ? 'spv|native' : 'native'; |
|
|
|
|
|
|
|
if (mainWindow.arch !== 'x64') { |
|
|
|
availableModes = 'spv'; |
|
|
|
|
|
@ -368,6 +368,7 @@ export const LANG_EN = { |
|
|
|
'JUMBLR': { |
|
|
|
'PASSPHRASE': 'Passphrase', |
|
|
|
'PAUSE': 'Pause', |
|
|
|
'RESUME': 'Resume', |
|
|
|
'STOP': 'Stop', |
|
|
|
'TO_SM': 'to', |
|
|
|
'ABOUT': 'About Jumblr', |
|
|
|