Skip to content

Commit

Permalink
Fix grammer in alert on tip page
Browse files Browse the repository at this point in the history
  • Loading branch information
ecp4224 committed Dec 5, 2017
1 parent f03a210 commit 4e23f7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/yge/youvegoteth/send.js
Original file line number Diff line number Diff line change
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 4e23f7b

Please sign in to comment.