Skip to content

Commit bdd68b3

Browse files
authored
Merge pull request #174 from NativeScript/iiivanov/update-privacy-link
Update privacy link
2 parents 8f2337b + 48523f7 commit bdd68b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/analytics/analyticsService.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export class AnalyticsService {
1111
private static HAS_ANALYTICS_PROMPT_SHOWN_KEY = "nativescript.hasAnalyticsPromptShown";
1212
private static CLIENT_ID_KEY = "nativescript.analyticsClientId";
1313
private static ANALYTICS_PROMPT_MESSAGE = `Help us improve the NativeScript extension by allowing Progress to collect anonymous usage data.
14-
For more information about the gathered information and how it is used, read our [privacy statement](https://www.telerik.com/about/privacy-policy).
14+
For more information about the gathered information and how it is used, read our [privacy statement](https://www.progress.com/legal/privacy-policy).
1515
You can [disable the analytics and data collection](https://github.com/NativeScript/nativescript-vscode-extension/blob/master/README.md#how-to-disable-the-analytics) at any given time.
1616
Do you want to enable analytics?`;
1717
private static ANALYTICS_PROMPT_ACCEPT_ACTION = "Yes";

0 commit comments

Comments
 (0)