From 4e23f7b889d5bec467ef5e8893d5c6e34414d9ea Mon Sep 17 00:00:00 2001 From: Eddie Penta Date: Mon, 4 Dec 2017 23:53:36 -0500 Subject: [PATCH] Fix grammer in alert on tip page --- app/assets/yge/youvegoteth/send.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/yge/youvegoteth/send.js b/app/assets/yge/youvegoteth/send.js index 795c340b6c9..8846ac3a30b 100644 --- a/app/assets/yge/youvegoteth/send.js +++ b/app/assets/yge/youvegoteth/send.js @@ -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 == ''){