Add closing parens to appName

feature/default_network_editable
Thomas 7 years ago
parent 1d2cb46eff
commit b1871bf32d
  1. 2
      ui/app/unlock.js

@ -41,7 +41,7 @@ UnlockScreen.prototype.render = function () {
textTransform: 'uppercase',
color: '#7F8082',
},
}, t('appName'),
}, t('appName')),
h('input.large-input', {
type: 'password',

Loading…
Cancel
Save