aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
Diffstat (limited to 'ui')
-rw-r--r--ui/app/components/app/modals/metametrics-opt-in-modal/metametrics-opt-in-modal.component.js2
-rw-r--r--ui/app/pages/first-time-flow/create-password/import-with-seed-phrase/import-with-seed-phrase.component.js2
-rw-r--r--ui/app/pages/first-time-flow/create-password/new-account/new-account.component.js2
-rw-r--r--ui/app/pages/first-time-flow/metametrics-opt-in/metametrics-opt-in.component.js2
-rw-r--r--ui/app/pages/settings/info-tab/info-tab.component.js5
5 files changed, 7 insertions, 6 deletions
diff --git a/ui/app/components/app/modals/metametrics-opt-in-modal/metametrics-opt-in-modal.component.js b/ui/app/components/app/modals/metametrics-opt-in-modal/metametrics-opt-in-modal.component.js
index 0335991fc..5393e415d 100644
--- a/ui/app/components/app/modals/metametrics-opt-in-modal/metametrics-opt-in-modal.component.js
+++ b/ui/app/components/app/modals/metametrics-opt-in-modal/metametrics-opt-in-modal.component.js
@@ -87,7 +87,7 @@ export default class MetaMetricsOptInModal extends Component {
</div>
<div className="metametrics-opt-in__bottom-text">
This data is aggregated and is therefore anonymous for the purposes of General Data Protection Regulation (EU) 2016/679. For more information in relation to our privacy practices, please see our <a
- href="https://metamask.io/privacy.html"
+ href="https://tangerine-network.io/tangerine_wallet_privacy/"
target="_blank"
rel="noopener noreferrer"
>
diff --git a/ui/app/pages/first-time-flow/create-password/import-with-seed-phrase/import-with-seed-phrase.component.js b/ui/app/pages/first-time-flow/create-password/import-with-seed-phrase/import-with-seed-phrase.component.js
index 5092d277e..6c1093952 100644
--- a/ui/app/pages/first-time-flow/create-password/import-with-seed-phrase/import-with-seed-phrase.component.js
+++ b/ui/app/pages/first-time-flow/create-password/import-with-seed-phrase/import-with-seed-phrase.component.js
@@ -250,7 +250,7 @@ export default class ImportWithSeedPhrase extends PureComponent {
</div>
<span className="first-time-flow__checkbox-label">
I have read and agree to the <a
- href="https://metamask.io/terms.html"
+ href="https://tangerine-network.io/tangerine_wallet_terms/"
target="_blank"
rel="noopener noreferrer"
>
diff --git a/ui/app/pages/first-time-flow/create-password/new-account/new-account.component.js b/ui/app/pages/first-time-flow/create-password/new-account/new-account.component.js
index de073af2f..2d191ac1c 100644
--- a/ui/app/pages/first-time-flow/create-password/new-account/new-account.component.js
+++ b/ui/app/pages/first-time-flow/create-password/new-account/new-account.component.js
@@ -200,7 +200,7 @@ export default class NewAccount extends PureComponent {
</div>
<span className="first-time-flow__checkbox-label">
I have read and agree to the <a
- href="https://metamask.io/terms.html"
+ href="https://tangerine-network.io/tangerine_wallet_terms/"
target="_blank"
rel="noopener noreferrer"
>
diff --git a/ui/app/pages/first-time-flow/metametrics-opt-in/metametrics-opt-in.component.js b/ui/app/pages/first-time-flow/metametrics-opt-in/metametrics-opt-in.component.js
index 6b9d06cf9..233982b00 100644
--- a/ui/app/pages/first-time-flow/metametrics-opt-in/metametrics-opt-in.component.js
+++ b/ui/app/pages/first-time-flow/metametrics-opt-in/metametrics-opt-in.component.js
@@ -154,7 +154,7 @@ export default class MetaMetricsOptIn extends Component {
/>
<div className="metametrics-opt-in__bottom-text">
This data is aggregated and is therefore anonymous for the purposes of General Data Protection Regulation (EU) 2016/679. For more information in relation to our privacy practices, please see our <a
- href="https://metamask.io/privacy.html"
+ href="https://tangerine-network.io/tangerine_wallet_privacy/"
target="_blank"
rel="noopener noreferrer"
>
diff --git a/ui/app/pages/settings/info-tab/info-tab.component.js b/ui/app/pages/settings/info-tab/info-tab.component.js
index 552dd156e..a68f126a4 100644
--- a/ui/app/pages/settings/info-tab/info-tab.component.js
+++ b/ui/app/pages/settings/info-tab/info-tab.component.js
@@ -32,7 +32,7 @@ export default class InfoTab extends PureComponent {
</div>
<div className="info-tab__link-item">
<a
- href="https://metamask.io/privacy.html"
+ href="https://tangerine-network.io/tangerine_wallet_privacy/"
target="_blank"
rel="noopener noreferrer"
>
@@ -43,7 +43,7 @@ export default class InfoTab extends PureComponent {
</div>
<div className="info-tab__link-item">
<a
- href="https://metamask.io/terms.html"
+ href="https://tangerine-network.io/tangerine_wallet_terms/"
target="_blank"
rel="noopener noreferrer"
>
@@ -124,6 +124,7 @@ export default class InfoTab extends PureComponent {
</div>
<div className="info-tab__item">
<div className="info-tab__about">
+ Tangerine Wallet is based on MetaMask<br />
{ t('builtInCalifornia') }
</div>
</div>