diff options
Improve tx UI
Diffstat (limited to 'ui/app/components/pending-msg.js')
-rw-r--r-- | ui/app/components/pending-msg.js | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ui/app/components/pending-msg.js b/ui/app/components/pending-msg.js index cb6df2a3d..b0a6bb87d 100644 --- a/ui/app/components/pending-msg.js +++ b/ui/app/components/pending-msg.js @@ -30,6 +30,13 @@ PendingMsg.prototype.render = function() { key: msgData.id, }, [ + h('h3', { + style: { + fontWeight: 'bold', + textAlign: 'center', + } + }, 'Sign Message'), + // account that will sign h(AccountPanel, { showFullAddress: true, |