From 356da540d12871bdb78f8dca8acdc6b9c5a523ec Mon Sep 17 00:00:00 2001 From: Dan Finlay Date: Fri, 6 May 2016 14:42:08 -0700 Subject: Style transaction list using new panel component --- ui/app/accounts.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui/app/accounts.js') diff --git a/ui/app/accounts.js b/ui/app/accounts.js index 0cc72878c..16f37dc67 100644 --- a/ui/app/accounts.js +++ b/ui/app/accounts.js @@ -50,7 +50,7 @@ AccountsScreen.prototype.render = function() { * regardless of the current domain. */ h('.current-domain-panel.flex-center.font-small', [ - h('spam', 'Selected address is visible to all sites you visit.'), + h('span', 'Selected address is visible to all sites you visit.'), // h('span', state.currentDomain), ]), -- cgit v1.2.3