Skip to content

Commit

Permalink
Merge pull request gitcoinco#83 from edkek/master
Browse files Browse the repository at this point in the history
Fix grammer in alert on tip page
  • Loading branch information
owocki committed Dec 5, 2017
2 parents f03a210 + 4e23f7b commit 45842c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/yge/youvegoteth/send.js
Expand Up @@ -126,7 +126,7 @@ window.onload = function () {
return;
}
if(amountInEth < min_amount){
_alert('You can minimum of' + min_amount + ' '+tokenName+'.');
_alert('You can only send a minimum of ' + min_amount + ' '+tokenName+'.');
return;
}
if(username == ''){
Expand Down

0 comments on commit 45842c1

Please sign in to comment.