You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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
Copy file name to clipboardExpand all lines: l10n/bundle.l10n.json
+11-12Lines changed: 11 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -46,6 +46,13 @@
46
46
"Get your": "Get your",
47
47
"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.",
48
48
"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",
49
56
"Includes native support for JSON, Query and Search and more.": "Includes native support for JSON, Query and Search and more.",
"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.",
127
133
"To use Redis for VS Code, please accept the terms and conditions: ": "To use Redis for VS Code, please accept the terms and conditions: ",
128
134
"Server Side Public License": "Server Side Public License",
129
135
"Members": "Members",
@@ -356,18 +362,11 @@
356
362
"Enter Username": "Enter Username",
357
363
"Enter Password": "Enter Password",
358
364
"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",
361
366
"Auto refresh:": "Auto refresh:",
362
367
"Last refresh:": "Last refresh:",
363
368
"Auto Refresh": "Auto Refresh",
364
369
"Add": "Add",
365
370
"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}."
Copy file name to clipboardExpand all lines: src/resources/agreements-spec.json
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
{
2
-
"version": "1.0.7",
2
+
"version": "1.0.8",
3
3
"agreements": {
4
4
"analytics": {
5
5
"defaultValue": false,
@@ -9,9 +9,9 @@
9
9
"disabled": false,
10
10
"category": "privacy",
11
11
"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."
{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.')}
0 commit comments