1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 19:26:13 +02: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',
color: '#7F8082',
},
}, t('appName'),
}, t('appName')),
h('input.large-input', {
type: 'password',