Browse Source

Merge pull request #60 from pbca26/master

various fixes
master
Satinder Grewal 8 years ago
committed by GitHub
parent
commit
a92fbd4659
  1. 2
      assets/global/css/bootstrap-extend.min.css
  2. 4
      assets/scripts/lang/en.js
  3. 657
      index.html

2
assets/global/css/bootstrap-extend.min.css

File diff suppressed because one or more lines are too long

4
assets/scripts/lang/en.js

@ -178,7 +178,7 @@ const _lang = {
'OUT': 'OUT', 'OUT': 'OUT',
'MINED': 'Mined', 'MINED': 'Mined',
'IMMATURE': 'Immature', 'IMMATURE': 'Immature',
'ZADDR_NOT_LISTED': 'Z Address not listed by wallet', 'ZADDR_NOT_LISTED': 'Z Address not listed by wallet'
}, },
'TOASTR': { 'TOASTR': {
'WALLET_NOTIFICATION': 'Wallet Notification', 'WALLET_NOTIFICATION': 'Wallet Notification',
@ -271,7 +271,7 @@ const _lang = {
'JUMBLR_MOTTO': 'Secure, Native and Decentralised Coin Shuffling' 'JUMBLR_MOTTO': 'Secure, Native and Decentralised Coin Shuffling'
}, },
'SETTINGS': { 'SETTINGS': {
'PASSPHRASE_REQ': 'Passphrase is required.', 'PASSPHRASE_REQ': 'Passphrase is required.'
} }
} }
}; };

657
index.html

File diff suppressed because it is too large
Loading…
Cancel
Save