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:
parent
829b0a8926
commit
b45ea44aa5
@ -115,7 +115,7 @@ DepositEtherModal.prototype.render = function () {
|
|||||||
|
|
||||||
h('div.page-container__title', [t('depositEther')]),
|
h('div.page-container__title', [t('depositEther')]),
|
||||||
|
|
||||||
h'div.page-container__subtitle', [
|
h('div.page-container__subtitle', [
|
||||||
t('needEtherInWallet'),
|
t('needEtherInWallet'),
|
||||||
]),
|
]),
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user