aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app
diff options
context:
space:
mode:
Diffstat (limited to 'ui/app')
-rw-r--r--ui/app/components/pending-tx.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/app/components/pending-tx.js b/ui/app/components/pending-tx.js
index ede561bd2..1fa9db4ef 100644
--- a/ui/app/components/pending-tx.js
+++ b/ui/app/components/pending-tx.js
@@ -371,7 +371,7 @@ PendingTx.prototype.render = function () {
// Accept Button
h('input.confirm.btn-green', {
type: 'submit',
- value: 'SUBMIT',
+ value: 'CONFIRM',
style: {
marginTop: '8px',
width: '8em',
@@ -393,7 +393,7 @@ PendingTx.prototype.render = function () {
width: '8em',
},
onClick: props.cancelTransaction,
- }, 'Reject'),
+ }, 'CANCEL'),
]),
]) // end of minwidth wrapper
)