Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(llm/lld): change analytics opt-in translations #7115

Merged
merged 1 commit into from
Jun 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .changeset/silly-frogs-swim.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"ledger-live-desktop": patch
"live-mobile": patch
---

Update analytics opt-in descriptions
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const TrackingInfoList = ({ title, items, variant }: TrackingInfoListProps) => {
{title}
</Text>
{items.map((text, index) => (
<Flex key={index} columnGap={"8px"} alignItems={"center"}>
<Flex key={index} columnGap={"8px"}>
<Icon size={"S"} color={color} />
<Field variant="paragraph" fontWeight="medium" fontSize={13} color={textColor}>
{text}
Expand Down
20 changes: 10 additions & 10 deletions apps/ledger-live-desktop/static/i18n/en/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -6241,11 +6241,11 @@
},
"analyticsOptInPrompt": {
"variantA": {
"description": "Sharing your Ledger Live data helps us understand your preferences, show content thats relevant to you, and fix technical issues.",
"whatWeTrack": "With your consent, Ledger will be able to track:",
"description": "Sharing your Ledger Live data helps us understand your preferences and show content that's relevant to you.",
"whatWeTrack": "With your consent, Ledger will be able to track data about how you use Ledger Live (including page visits and clicks):",
"whatWeTrackList": {
"1": "Analytics data, including page visits, clicks.",
"2": "Personalization data including clicks, page visits, conversion data."
"1": "To measure the performance of Ledger Live and enhance both the app and your experience (Analytics).",
"2": "To provide you with personalized recommendations and content tailored to your preferences, as well as to help us measure the effectiveness of our marketing campaigns (Personalization)."
},
"whatWeDoNotTrack": "Ledger will never track information regarding:",
"whatWeDoNotTrackList": {
Expand All @@ -6257,12 +6257,12 @@
"refuse": "Refuse all",
"accept": "Accept all",
"analyticsData": {
"title": "Analytics data",
"description": "To help improve Ledger Live, share app’s analytics data, including page visits, clicks."
"title": "Analytics",
"description": "To measure Ledger Live’s performance and improve both the app and your experience, we share usage data, including page visits and clicks."
},
"personalizationData": {
"title": "Personalization data",
"description": "To get personalized recommendations, share app’s personalization data including, conversion data, clicks, page visits."
"title": "Personalization",
"description": "To receive personalized recommendations and content that match your preferences and to help us measure the performance of our marketing campaigns, we share app usage data, including clicks, page visits, and conversion data."
},
"share": "Share"
},
Expand Down Expand Up @@ -6294,8 +6294,8 @@
"profileSettings": {
"personalizedExp": "Personalized experience",
"analytics": "Analytics",
"personalizedExpDesc": "Receive personalised recommendations that match your preferences.",
"analyticsDesc": "Enable analytics to help Ledger improve the user experience."
"personalizedExpDesc": "Enable Ledger to track app usage data to provide personalized recommendations and content that match your preferences and to help measure the performance of our marketing campaigns.",
"analyticsDesc": "Enable Ledger to track app usage data to help measure Ledger Live’s performance and enhance both the app and your experience."
}
},
"walletSync": {
Expand Down
24 changes: 12 additions & 12 deletions apps/ledger-live-mobile/src/locales/en/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -2750,9 +2750,9 @@
"developerMode": "Developer mode",
"developerModeDesc": "Show developer apps in My Ledger and enable Testnet apps.",
"analytics": "Analytics",
"analyticsDesc": "Enable analytics to help Ledger improve user experience.",
"analyticsDesc": "Enable Ledger to track app usage data to help measure Ledger Live’s performance and enhance both the app and your experience.",
"personalizedRecommendations": "Personalized experience",
"personalizedRecommendationsDesc": "Receive personalised recommendations that match your preferences.",
"personalizedRecommendationsDesc": "Enable Ledger to track app usage data to provide personalized recommendations and content that match your preferences and to help measure the performance of our marketing campaigns.",
"analyticsModal": {
"title": "Share analytics",
"desc": "Enable analytics to help Ledger improve user experience",
Expand Down Expand Up @@ -6580,18 +6580,18 @@
"variantA": {
"main": {
"title": "Help us improve and personalize your experience",
"subtitle": "Sharing your Ledger Live data helps us understand your preferences, show content thats relevant to you, and fix technical issues.",
"subtitle": "Sharing your Ledger Live data helps us understand your preferences and show content that's relevant to you.",
"content": {
"able": {
"title": "With your consent, Ledger will be able to track:",
"diagAndUsage": "Analytics data, including page visits, clicks.",
"personnalizationData": "Personalization data including clicks, page visits, conversion data."
"title": "With your consent, Ledger will be able to track data about how you use Ledger Live (including page visits and clicks):",
"diagAndUsage": "To measure the performance of Ledger Live and enhance both the app and your experience (Analytics).",
"personnalizationData": "To provide you with personalized recommendations and content tailored to your preferences, as well as to help us measure the effectiveness of our marketing campaigns (Personalization)."
},
"unable": {
"title": "Ledger will never track information regarding:",
"title": "Ledger Live will never track information regarding:",
"adresses": "Your assets.",
"balance": "Your portfolio.",
"personnalInfos": "Your personal identifying Information."
"personnalInfos": "Your personal identifying information (such as your name or your email address)."
},
"moreOptions": "Manage your preferences",
"ctas": {
Expand All @@ -6607,12 +6607,12 @@
"details": {
"title": "Manage your preferences",
"analytics": {
"title": "Analytics data",
"description": "To help improve Ledger Live, share app’s analytics data, including page visits, clicks."
"title": "Analytics",
"description": "To measure Ledger Live’s performance and improve both the app and your experience, we share usage data, including page visits and clicks."
},
"personalizedExp": {
"title": "Personalization data",
"description": "To get personalized recommendations, share app’s personalization data including, conversion data, clicks, page visits."
"title": "Personalization",
"description": "To receive personalized recommendations and content that match your preferences and to help us measure the performance of our marketing campaigns, we share app usage data, including clicks, page visits, and conversion data."
},
"ctas": {
"notNow": "Not now",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ function renderItems({
<Flex>
{items.map((item, index) => {
return (
<Flex pt="6" key={index} flexDirection={"row"} alignItems="flex-start">
<Flex pt="6" key={index} flexDirection={"row"} alignItems="flex-start" mr={8}>
<Flex mr={3}>{IconComponent}</Flex>
<Text pt={2} color={itemsColor}>
{item}
Expand Down
Loading