mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Repair link to reset instructions (#5733)
This commit is contained in:
parent
da0510809b
commit
bcbc020665
@ -288,7 +288,7 @@ ConfigScreen.prototype.render = function () {
|
|||||||
}, [
|
}, [
|
||||||
'Resetting is for developer use only. ',
|
'Resetting is for developer use only. ',
|
||||||
h('a', {
|
h('a', {
|
||||||
href: 'http://metamask.helpscoutdocs.com/article/36-resetting-an-account',
|
href: 'https://metamask.zendesk.com/hc/en-us/articles/360015489231-Resetting-an-Account-Old-UI-',
|
||||||
target: '_blank',
|
target: '_blank',
|
||||||
}, 'Read more.'),
|
}, 'Read more.'),
|
||||||
]),
|
]),
|
||||||
|
Loading…
Reference in New Issue
Block a user