From b00624ebccdab15e697324315fade85d8cf898e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABtan=20Renaudeau?= Date: Fri, 6 Jul 2018 09:03:02 +0200 Subject: [PATCH] Add missing Privacy section --- src/components/SettingsPage/sections/About.js | 6 ++++++ src/config/support.js | 1 + static/i18n/en/app.yml | 5 ++--- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/src/components/SettingsPage/sections/About.js b/src/components/SettingsPage/sections/About.js index 14592b54..407f29b2 100644 --- a/src/components/SettingsPage/sections/About.js +++ b/src/components/SettingsPage/sections/About.js @@ -48,6 +48,12 @@ class SectionHelp extends PureComponent { desc={t('app:settings.help.termsDesc')} url={urls.terms} /> + + ) diff --git a/src/config/support.js b/src/config/support.js index 062df717..d99a8e14 100644 --- a/src/config/support.js +++ b/src/config/support.js @@ -17,4 +17,5 @@ export const urls = { // should join and generalize naming for the same urls once defined receiveFlowContactSupport: 'https://support.ledgerwallet.com/hc/en-us/requests/new?ticket_form_id=248165', + privacyPolicy: 'https://www.ledgerwallet.com/privacy-policy', } diff --git a/static/i18n/en/app.yml b/static/i18n/en/app.yml index bebe5b64..087d979f 100644 --- a/static/i18n/en/app.yml +++ b/static/i18n/en/app.yml @@ -369,9 +369,8 @@ settings: # Always ensure descriptions carry full stops (.) faqDesc: A problem? Get help with Ledger Live, Ledger devices, supported crypto assets and apps. terms: Terms and conditions termsDesc: By using Ledger Live you are deemed to have accepted our terms and conditions. - #privacy: Privacy policy - #privacyDesc: Refer to our privacy policy to learn what personal data we collect, and why and how we use it. - #privacyURL: 'https://www.ledgerwallet.com/privacy-policy' + privacy: Privacy policy + privacyDesc: Refer to our privacy policy to learn what personal data we collect, and why and how we use it. hardResetModal: title: Reset Ledger Live desc: Erase all Ledger Live data stored on your computer, including your accounts, transaction history and settings. The private keys to access your crypto assets in the blockchain remain secure on your Ledger device and on your Recovery sheet.