1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

Add closing parens to appName

This commit is contained in:
Thomas 2018-03-13 11:04:41 -07:00
parent 1d2cb46eff
commit b1871bf32d

View File

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