mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
copy updated
This commit is contained in:
parent
64e397a6f1
commit
5127601545
@ -144,7 +144,7 @@
|
|||||||
"message": "Metamask is able to access your TREZOR ethereum accounts. First make sure your device is connected and unlocked."
|
"message": "Metamask is able to access your TREZOR ethereum accounts. First make sure your device is connected and unlocked."
|
||||||
},
|
},
|
||||||
"connectToTrezorTrouble": {
|
"connectToTrezorTrouble": {
|
||||||
"message": "If you are having trouble, make sure you are using the latest version of the TREZOR firmware."
|
"message": "If you are having trouble, please make sure you are using the latest version of the TREZOR firmware."
|
||||||
},
|
},
|
||||||
"continue": {
|
"continue": {
|
||||||
"message": "Continue"
|
"message": "Continue"
|
||||||
|
@ -33,7 +33,10 @@ class ConnectScreen extends Component {
|
|||||||
h('p.hw-connect__msg', {}, this.context.t('connectToTrezorHelp')),
|
h('p.hw-connect__msg', {}, this.context.t('connectToTrezorHelp')),
|
||||||
h('p.hw-connect__msg', {}, [
|
h('p.hw-connect__msg', {}, [
|
||||||
this.context.t('connectToTrezorTrouble'),
|
this.context.t('connectToTrezorTrouble'),
|
||||||
h('a.___info-link', { url: 'https://support.metamask.io/', target: '_blank'}, this.context.t('learnMore')),
|
h('a.hw-connect__link', {
|
||||||
|
href: 'https://support.metamask.io/',
|
||||||
|
target: '_blank',
|
||||||
|
}, ` ${this.context.t('learnMore')}`),
|
||||||
]),
|
]),
|
||||||
]),
|
]),
|
||||||
h(
|
h(
|
||||||
|
@ -165,7 +165,7 @@
|
|||||||
margin-bottom: 15px;
|
margin-bottom: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
&__info-link {
|
&__link {
|
||||||
color: #2f9ae0;
|
color: #2f9ae0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user