Skip to content

Commit e448dce

Browse files
authored
RI-7095: change wordings telemetry (#278)
* update and remove analytics strings * reorder some cloud strings * update eula string * Add Usage Data string and replace it with Analytics * Change the analytics agreement title, label and description to Usage Data
1 parent 5500d4c commit e448dce

File tree

4 files changed

+19
-21
lines changed

4 files changed

+19
-21
lines changed

l10n/bundle.l10n.json

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,13 @@
4646
"Get your": "Get your",
4747
"The database will be created automatically and can be changed from Redis Cloud.": "The database will be created automatically and can be changed from Redis Cloud.",
4848
"Create": "Create",
49+
"Choose a cloud vendor": "Choose a cloud vendor",
50+
"Select a cloud vendor and region to complete the final step towards your free trial Redis database.": "Select a cloud vendor and region to complete the final step towards your free trial Redis database.",
51+
"No credit card is required.": "No credit card is required.",
52+
"Region": "Region",
53+
"No regions available, try another vendor.": "No regions available, try another vendor.",
54+
"Cancel": "Cancel",
55+
"Create database": "Create database",
4956
"Includes native support for JSON, Query and Search and more.": "Includes native support for JSON, Query and Search and more.",
5057
"Get free trial Redis Cloud database": "Get free trial Redis Cloud database",
5158
"Create free trial Redis Cloud database": "Create free trial Redis Cloud database",
@@ -67,7 +74,6 @@
6774
"Filter": "Filter",
6875
"by key name or pattern": "by key name or pattern",
6976
"Key type": "Key type",
70-
"Cancel": "Cancel",
7177
"Save": "Save",
7278
"Sort by key names displayed": "Sort by key names displayed",
7379
"Key Name": "Key Name",
@@ -123,7 +129,7 @@
123129
"- EULA and Privacy settings": "- EULA and Privacy settings",
124130
"Use recommended settings": "Use recommended settings",
125131
"Privacy Settings": "Privacy Settings",
126-
"To optimize your experience, Redis for VS Code uses third-party tools.\n All data collected is anonymized and will not be used for any purpose without your consent.": "To optimize your experience, Redis for VS Code uses third-party tools.\n All data collected is anonymized and will not be used for any purpose without your consent.",
132+
"To optimize your experience, Redis for VS Code uses third-party tools.": "To optimize your experience, Redis for VS Code uses third-party tools.",
127133
"To use Redis for VS Code, please accept the terms and conditions: ": "To use Redis for VS Code, please accept the terms and conditions: ",
128134
"Server Side Public License": "Server Side Public License",
129135
"Members": "Members",
@@ -356,18 +362,11 @@
356362
"Enter Username": "Enter Username",
357363
"Enter Password": "Enter Password",
358364
"Privacy": "Privacy",
359-
"To optimize your experience, Redis for VS Code uses third-party tools. All data collected is anonymized and will not be used for any purpose without your consent.": "To optimize your experience, Redis for VS Code uses third-party tools. All data collected is anonymized and will not be used for any purpose without your consent.",
360-
"Analytics": "Analytics",
365+
"Usage Data": "Usage Data",
361366
"Auto refresh:": "Auto refresh:",
362367
"Last refresh:": "Last refresh:",
363368
"Auto Refresh": "Auto Refresh",
364369
"Add": "Add",
365370
"Release Notes": "Release Notes",
366-
"Redis for VS Code extension updated to {0}.": "Redis for VS Code extension updated to {0}.",
367-
"Choose a cloud vendor": "Choose a cloud vendor",
368-
"Select a cloud vendor and region to complete the final step towards your free trial Redis database.": "Select a cloud vendor and region to complete the final step towards your free trial Redis database.",
369-
"No credit card is required.": "No credit card is required.",
370-
"Region": "Region",
371-
"No regions available, try another vendor.": "No regions available, try another vendor.",
372-
"Create database": "Create database"
373-
}
371+
"Redis for VS Code extension updated to {0}.": "Redis for VS Code extension updated to {0}."
372+
}

src/resources/agreements-spec.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.0.7",
2+
"version": "1.0.8",
33
"agreements": {
44
"analytics": {
55
"defaultValue": false,
@@ -9,9 +9,9 @@
99
"disabled": false,
1010
"category": "privacy",
1111
"since": "1.0.1",
12-
"title": "Analytics",
13-
"label": "Enable Analytics",
14-
"description": "Select to help us make Redis for VS Code better. We aggregate anonymized user experience data and use it to fix bugs and improve experience for all users."
12+
"title": "Usage Data",
13+
"label": "Usage Data",
14+
"description": "Select the usage data option to help us improve Redis Insight. We use such usage data to understand how Redis Insight features are used, prioritize new features, and enhance the user experience."
1515
},
1616
"notifications": {
1717
"defaultValue": false,

src/webviews/src/components/consents-privacy/ConsentsPrivacy.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,11 +72,11 @@ export const ConsentsPrivacy = () => {
7272

7373
return (
7474
<div>
75-
<h3 className="font-extrabold text-[13px]">{l10n.t('Privacy')}</h3>
75+
<h3 className="font-extrabold text-[15px]">{l10n.t('Privacy')}</h3>
7676
<div className="py-9">
77-
{l10n.t('To optimize your experience, Redis for VS Code uses third-party tools. All data collected is anonymized and will not be used for any purpose without your consent.')}
77+
{l10n.t('To optimize your experience, Redis for VS Code uses third-party tools.')}
7878
</div>
79-
<h4 className="font-bold text-[11px] uppercase">{l10n.t('Analytics')}</h4>
79+
<h4 className="font-bold text-[13px]">{l10n.t('Usage Data')}</h4>
8080
{privacyConsents.map((consent: IConsent) => (
8181
<ConsentsOption
8282
consent={consent}

src/webviews/src/modules/eula/Eula.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,8 +209,7 @@ export const Eula = ({ onSubmitted }: Props) => {
209209
<h2 className={styles.title}>{l10n.t('Privacy Settings')}</h2>
210210
<Spacer size="s" />
211211
<span className={styles.smallText}>
212-
{l10n.t(`To optimize your experience, Redis for VS Code uses third-party tools.
213-
All data collected is anonymized and will not be used for any purpose without your consent.`)}
212+
{l10n.t('To optimize your experience, Redis for VS Code uses third-party tools.')}
214213
</span>
215214
<Spacer />
216215
</>

0 commit comments

Comments
 (0)