From 46e100f595a3db7aaab913bc4c12f4d6c5d01cd5 Mon Sep 17 00:00:00 2001 From: Dan Finlay Date: Tue, 3 May 2016 14:44:36 -0700 Subject: Improve tx UI --- ui/app/components/pending-msg.js | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ui/app/components/pending-msg.js') 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, -- cgit