Skip to content

Commit

Permalink
Fix eth_sign 'Learn more' dialog link (MetaMask#14667)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanml authored May 11, 2022
1 parent 23f4b58 commit 54292f6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -224,11 +224,11 @@ export default class SignatureRequestOriginal extends Component {
onClick={() => {
global.platform.openTab({
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>
) : null}
</div>
Expand Down

0 comments on commit 54292f6

Please sign in to comment.