aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Finlay <dan@danfinlay.com>2016-05-19 08:47:30 +0800
committerDan Finlay <dan@danfinlay.com>2016-05-19 08:47:30 +0800
commite64e3bbea54eeb946eeae70ced1c381ed52fa4e3 (patch)
tree89de9fc116116e09ace75d8c95b44458a366224b
parent9d0cad0e16414a4334e92fc7e06c48e7730deae6 (diff)
downloadtangerine-wallet-browser-e64e3bbea54eeb946eeae70ced1c381ed52fa4e3.tar.gz
tangerine-wallet-browser-e64e3bbea54eeb946eeae70ced1c381ed52fa4e3.tar.zst
tangerine-wallet-browser-e64e3bbea54eeb946eeae70ced1c381ed52fa4e3.zip
Fix typos
-rw-r--r--ui/app/app.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/app/app.js b/ui/app/app.js
index 66f42c5cc..511012fab 100644
--- a/ui/app/app.js
+++ b/ui/app/app.js
@@ -137,7 +137,7 @@ App.prototype.renderAppBar = function(){
h('.app-header.flex-row.flex-space-between', {
style: {
alignItems: 'center',
- visibility: state.isUnlocked ? 'visibile' : 'none',
+ visibility: state.isUnlocked ? 'visible' : 'none',
background: state.isUnlocked ? 'white' : 'none',
height: '36px',
position: 'relative',
@@ -152,7 +152,7 @@ App.prototype.renderAppBar = function(){
src: '/images/icon-128.png',
}),
- // metamask namlterChangese
+ // metamask name
h('h1', 'MetaMask'),
// hamburger