mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 18:00:18 +01:00
Fix eth_sign 'Learn more' dialog link (#14667)
This commit is contained in:
parent
23f4b58dca
commit
54292f6c81
@ -224,11 +224,11 @@ export default class SignatureRequestOriginal extends Component {
|
|||||||
onClick={() => {
|
onClick={() => {
|
||||||
global.platform.openTab({
|
global.platform.openTab({
|
||||||
url:
|
url:
|
||||||
'https://metamask.zendesk.com/hc/en-us/articles/360015488751',
|
'https://consensys.net/blog/metamask/the-seal-of-approval-know-what-youre-consenting-to-with-permissions-and-approvals-in-metamask/',
|
||||||
});
|
});
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
{this.context.t('learnMore')}
|
{this.context.t('learnMoreUpperCase')}
|
||||||
</span>
|
</span>
|
||||||
) : null}
|
) : null}
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user