diff options
Diffstat (limited to 'ui')
-rw-r--r-- | ui/app/send.js | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/ui/app/send.js b/ui/app/send.js index 01c9314ce..323ddb5e3 100644 --- a/ui/app/send.js +++ b/ui/app/send.js @@ -218,10 +218,8 @@ SendTransactionScreen.prototype.render = function () { 'Transaction Fee (optional)', h(Tooltip, { title: ` - This is used to set the transactions - gas price. seting it to 100% will use - the full recomend value. - `, + This is used to set the transaction's gas price. + Setting it to 100% will use the full recommended value. `, }, [ h('i.fa.fa-question-circle', { style: { |