|
|
@ -106,7 +106,7 @@ class ConnectScreen extends Component { |
|
|
|
h('p.hw-connect__footer__msg', {}, [ |
|
|
|
h('p.hw-connect__footer__msg', {}, [ |
|
|
|
this.context.t(`havingTroubleConnecting`), |
|
|
|
this.context.t(`havingTroubleConnecting`), |
|
|
|
h('a.hw-connect__footer__link', { |
|
|
|
h('a.hw-connect__footer__link', { |
|
|
|
href: '#', |
|
|
|
href: 'https://support.metamask.io/', |
|
|
|
target: '_blank', |
|
|
|
target: '_blank', |
|
|
|
}, this.context.t('getHelp')), |
|
|
|
}, this.context.t('getHelp')), |
|
|
|
]), |
|
|
|
]), |
|
|
|