aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/pending-tx.js
diff options
context:
space:
mode:
Diffstat (limited to 'ui/app/components/pending-tx.js')
-rw-r--r--ui/app/components/pending-tx.js7
1 files changed, 7 insertions, 0 deletions
diff --git a/ui/app/components/pending-tx.js b/ui/app/components/pending-tx.js
index 2519998a5..2bfb89705 100644
--- a/ui/app/components/pending-tx.js
+++ b/ui/app/components/pending-tx.js
@@ -30,6 +30,13 @@ PendingTx.prototype.render = function() {
key: txData.id,
}, [
+ h('h3', {
+ style: {
+ fontWeight: 'bold',
+ textAlign: 'center',
+ }
+ }, 'Submit Transaction'),
+
// account that will sign
h(AccountPanel, {
showFullAddress: true,