diff options
author | Whymarrh Whitby <whymarrh.whitby@gmail.com> | 2018-10-12 01:06:16 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-12 01:06:16 +0800 |
commit | 64fdb0ef03d372245b4ab42abaf6b525a4de79f4 (patch) | |
tree | 702cd204e069cc2e5fb2940cfb61fc7ef23bf326 | |
parent | b44ea47066b775a20cb7053a3b5026c00e638b16 (diff) | |
parent | 5cde74fe88cd473b6a6979686687c1b1d967d6ca (diff) | |
download | tangerine-wallet-browser-64fdb0ef03d372245b4ab42abaf6b525a4de79f4.tar tangerine-wallet-browser-64fdb0ef03d372245b4ab42abaf6b525a4de79f4.tar.gz tangerine-wallet-browser-64fdb0ef03d372245b4ab42abaf6b525a4de79f4.tar.bz2 tangerine-wallet-browser-64fdb0ef03d372245b4ab42abaf6b525a4de79f4.tar.lz tangerine-wallet-browser-64fdb0ef03d372245b4ab42abaf6b525a4de79f4.tar.xz tangerine-wallet-browser-64fdb0ef03d372245b4ab42abaf6b525a4de79f4.tar.zst tangerine-wallet-browser-64fdb0ef03d372245b4ab42abaf6b525a4de79f4.zip |
Merge pull request #5503 from whymarrh/fix-zendesk-links
Update Zendesk links for new subdomain
4 files changed, 4 insertions, 4 deletions
diff --git a/ui/app/components/modals/confirm-remove-account/confirm-remove-account.component.js b/ui/app/components/modals/confirm-remove-account/confirm-remove-account.component.js index eff94a54a..195c55421 100644 --- a/ui/app/components/modals/confirm-remove-account/confirm-remove-account.component.js +++ b/ui/app/components/modals/confirm-remove-account/confirm-remove-account.component.js @@ -78,7 +78,7 @@ export default class ConfirmRemoveAccount extends Component { <a className="confirm-remove-account__link" rel="noopener noreferrer" - target="_blank" href="https://consensys.zendesk.com/hc/en-us/articles/360004180111-What-are-imported-accounts-New-UI-"> + target="_blank" href="https://metamask.zendesk.com/hc/en-us/articles/360015289932"> { t('learnMore') } </a> </div> diff --git a/ui/app/components/pages/add-token/token-list/token-list-placeholder/token-list-placeholder.component.js b/ui/app/components/pages/add-token/token-list/token-list-placeholder/token-list-placeholder.component.js index 1611f817b..20f550927 100644 --- a/ui/app/components/pages/add-token/token-list/token-list-placeholder/token-list-placeholder.component.js +++ b/ui/app/components/pages/add-token/token-list/token-list-placeholder/token-list-placeholder.component.js @@ -15,7 +15,7 @@ export default class TokenListPlaceholder extends Component { </div> <a className="token-list-placeholder__link" - href="https://consensys.zendesk.com/hc/en-us/articles/360004135092" + href="https://metamask.zendesk.com/hc/en-us/articles/360015489031" target="_blank" rel="noopener noreferrer" > diff --git a/ui/app/components/pages/create-account/import-account/index.js b/ui/app/components/pages/create-account/import-account/index.js index e2e973af9..48d8f8838 100644 --- a/ui/app/components/pages/create-account/import-account/index.js +++ b/ui/app/components/pages/create-account/import-account/index.js @@ -46,7 +46,7 @@ AccountImportSubview.prototype.render = function () { }, onClick: () => { global.platform.openWindow({ - url: 'https://consensys.zendesk.com/hc/en-us/articles/360004180111-What-are-imported-accounts-New-UI', + url: 'https://metamask.zendesk.com/hc/en-us/articles/360015289932', }) }, }, this.context.t('here')), diff --git a/ui/app/components/signature-request.js b/ui/app/components/signature-request.js index 5b0c7684a..d76eb5ef8 100644 --- a/ui/app/components/signature-request.js +++ b/ui/app/components/signature-request.js @@ -204,7 +204,7 @@ SignatureRequest.prototype.renderBody = function () { h('span.request-signature__help-link', { onClick: () => { global.platform.openWindow({ - url: 'https://consensys.zendesk.com/hc/en-us/articles/360004427792', + url: 'https://metamask.zendesk.com/hc/en-us/articles/360015488751', }) }, }, this.context.t('learnMore'))] |