diff options
author | Thomas Huang <thomas.b.huang@gmail.com> | 2017-06-28 04:56:51 +0800 |
---|---|---|
committer | Thomas Huang <thomas.b.huang@gmail.com> | 2017-06-28 04:56:51 +0800 |
commit | 77054e1fbb588f81403b21999217fccb4d140bf0 (patch) | |
tree | 5b9229687c8939e7793db8dfb71e3726af233a7a /ui/app/send.js | |
parent | 48f7cff8c0e765e85532c860c5f3061ca1d6deb7 (diff) | |
download | dexon-wallet-77054e1fbb588f81403b21999217fccb4d140bf0.tar.gz dexon-wallet-77054e1fbb588f81403b21999217fccb4d140bf0.tar.zst dexon-wallet-77054e1fbb588f81403b21999217fccb4d140bf0.zip |
Rename Send to Next
Diffstat (limited to 'ui/app/send.js')
-rw-r--r-- | ui/app/send.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/app/send.js b/ui/app/send.js index fd699414..70d26d50 100644 --- a/ui/app/send.js +++ b/ui/app/send.js @@ -189,7 +189,7 @@ SendTransactionScreen.prototype.render = function () { style: { textTransform: 'uppercase', }, - }, 'Send'), + }, 'Next'), ]), |