From 77054e1fbb588f81403b21999217fccb4d140bf0 Mon Sep 17 00:00:00 2001 From: Thomas Huang Date: Tue, 27 Jun 2017 13:56:51 -0700 Subject: Rename Send to Next --- ui/app/send.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/app/send.js b/ui/app/send.js index fd6994145..70d26d50a 100644 --- a/ui/app/send.js +++ b/ui/app/send.js @@ -189,7 +189,7 @@ SendTransactionScreen.prototype.render = function () { style: { textTransform: 'uppercase', }, - }, 'Send'), + }, 'Next'), ]), -- cgit