Browse Source

Add missing Privacy section

master
Gaëtan Renaudeau 7 years ago
parent
commit
b00624ebcc
  1. 6
      src/components/SettingsPage/sections/About.js
  2. 1
      src/config/support.js
  3. 5
      static/i18n/en/app.yml

6
src/components/SettingsPage/sections/About.js

@ -48,6 +48,12 @@ class SectionHelp extends PureComponent<Props> {
desc={t('app:settings.help.termsDesc')}
url={urls.terms}
/>
<AboutRowItem
title={t('app:settings.help.privacy')}
desc={t('app:settings.help.privacyDesc')}
url={urls.privacyPolicy}
/>
</Body>
</Section>
)

1
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',
}

5
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.

Loading…
Cancel
Save