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

Commit

Permalink
Update error msg
Browse files Browse the repository at this point in the history
  • Loading branch information
gamalielhere committed Jun 19, 2018
1 parent 7f5c663 commit ea4d61d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/scripts/globalFuncs.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ globalFuncs.errorMsgs = [
'Could not connect to the node. Refresh your page, try a different node (top-right corner), check your firewall settings. If custom node, check your configs.', // 32
'The wallet you have unlocked does not match the owner\'s address. ', // 33
'The name you are attempting to reveal does not match the name you have entered. ', // 34
'Input address is not checksummed. <a href="https://myetherwallet.github.io/knowledge-base/addresses/not-checksummed-shows-when-i-enter-an-address.html" target="_blank" rel="noopener noreferrer"> Click here to learn what this means.</a>', // 35
'Input address is not checksummed. <a href="https://kb.myetherwallet.com/addresses/what-does-checksummed-mean.html" target="_blank" rel="noopener noreferrer"> Click here to learn what this means.</a>', // 35
'Please enter valid TX hash', // 36
'Please enter valid hex string. Hex only contains: 0x, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, a, b, c, d, e, f', // 37
'Offer must have either price or reserve set to more than 0', // 38
Expand Down

0 comments on commit ea4d61d

Please sign in to comment.