Browse Source
Merge pull request #2 from juan-cortes/wording
Removed extra items from analytics and technical data modals
gre-patch-1
David da Silva Rosa
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with
2 additions and
17 deletions
-
src/components/modals/ShareAnalytics.js
-
src/components/modals/TechnicalData.js
-
static/i18n/en/app.json
|
|
@ -54,10 +54,6 @@ class ShareAnalytics extends PureComponent<Props, *> { |
|
|
|
key: 'item9', |
|
|
|
desc: t('onboarding.analytics.shareAnalytics.mandatoryContextual.item9'), |
|
|
|
}, |
|
|
|
{ |
|
|
|
key: 'item10', |
|
|
|
desc: t('onboarding.analytics.shareAnalytics.mandatoryContextual.item10'), |
|
|
|
}, |
|
|
|
] |
|
|
|
return ( |
|
|
|
<Modal |
|
|
|
|
|
@ -30,14 +30,6 @@ class TechnicalData extends PureComponent<Props, *> { |
|
|
|
key: 'item3', |
|
|
|
desc: t('onboarding.analytics.technicalData.mandatoryContextual.item3'), |
|
|
|
}, |
|
|
|
{ |
|
|
|
key: 'item4', |
|
|
|
desc: t('onboarding.analytics.technicalData.mandatoryContextual.item4'), |
|
|
|
}, |
|
|
|
{ |
|
|
|
key: 'item5', |
|
|
|
desc: t('onboarding.analytics.technicalData.mandatoryContextual.item5'), |
|
|
|
}, |
|
|
|
] |
|
|
|
|
|
|
|
return ( |
|
|
|
|
|
@ -659,8 +659,7 @@ |
|
|
|
"item6": "App (un)installation and version", |
|
|
|
"item7": "Number of accounts, crypto assets and operations", |
|
|
|
"item8": "Overall and page session duration", |
|
|
|
"item9": "Ledger device type and firmware", |
|
|
|
"item10": "" |
|
|
|
"item9": "Ledger device type and firmware" |
|
|
|
} |
|
|
|
}, |
|
|
|
"sentryLogs": { |
|
|
@ -675,9 +674,7 @@ |
|
|
|
"title": "Technical data", |
|
|
|
"item1": "Anonymous unique application ID", |
|
|
|
"item2": "Ledger Live version, language and region", |
|
|
|
"item3": "OS version, language and region", |
|
|
|
"item4": "", |
|
|
|
"item5": "" |
|
|
|
"item3": "OS version, language and region" |
|
|
|
} |
|
|
|
}, |
|
|
|
"terms": { |
|
|
|