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

Add missing opening parens to pag-container__subtitle

This commit is contained in:
Thomas 2018-03-13 10:28:33 -07:00
parent 829b0a8926
commit b45ea44aa5

View File

@ -115,7 +115,7 @@ DepositEtherModal.prototype.render = function () {
h('div.page-container__title', [t('depositEther')]),
h'div.page-container__subtitle', [
h('div.page-container__subtitle', [
t('needEtherInWallet'),
]),