Skip to content
This repository has been archived by the owner on Nov 21, 2019. It is now read-only.

Commit

Permalink
Update error msgs
Browse files Browse the repository at this point in the history
  • Loading branch information
gamalielhere committed Jun 19, 2018
1 parent 7ee3650 commit b0ae1a7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/scripts/globalFuncs.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ globalFuncs.errorMsgs = [
'Sorry! We don\'t recognize this type of wallet file. ', // 2
'This is not a valid wallet file. ', // 3
'This unit doesn\'t exists, please use the one of the following units ', // 4
'Please enter a valid address. ', // 5
'Please enter a valid ethereum address. (0x...) ', // 5
'Please enter a valid password. ', // 6
'Please enter valid decimals (Must be integer, 0-18). ', // 7
'Please enter a valid gas limit (Must be integer. Try 21000-4000000). ', // 8
Expand All @@ -49,7 +49,7 @@ globalFuncs.errorMsgs = [
'Wallet not found. ', // 14
'Whoops. It doesn\'t look like a proposal with this ID exists yet or there is an error reading this proposal. ', // 15 - NOT USED
'A wallet with this address already exists in storage. Please check your wallets page. ', // 16
'(error_17) Insufficient balance. Your gas limit * gas price + amount to send exceeds your current balance. Send more ETH to your account or use the "Send Entire Balance" button. If you believe this is in error, try pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)', // 17
'(error_17) Insufficient balance of ETH. Your gas limit * gas price + amount to send exceeds your current balance. Send more ETH to your account or use the "Send Entire Balance" button. If you believe this is in error, try pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)', // 17
'All gas would be used on this transaction. This means you have already voted on this proposal or the debate period has ended.', // 18
'Please enter a valid symbol', // 19
'Not a valid ERC-20 token', // 20
Expand All @@ -60,7 +60,7 @@ globalFuncs.errorMsgs = [
'Please enter a valid chain ID. ', // 25
'Please enter a valid ABI. ', // 26
'Minimum amount: 0.01. Max amount: ', // 27
'You need this `Keystore File + Password` or the `Private Key` (next page) to access this wallet in the future. ', // 28
'You need this Keystore File + Password or the Private Key (next page) to access this wallet in the future. ', // 28
'Please enter a valid user and password. ', // 29
'Please enter a valid name (7+ characters, limited punctuation) ', // 30
'Please enter a valid secret phrase. ', // 31
Expand Down

0 comments on commit b0ae1a7

Please sign in to comment.