diff --git a/ignite/internal/analytics/analytics.go b/ignite/internal/analytics/analytics.go index d908e4eab5..abc57802ba 100644 --- a/ignite/internal/analytics/analytics.go +++ b/ignite/internal/analytics/analytics.go @@ -96,10 +96,12 @@ func checkDNT() (anonIdentity, error) { i.DoNotTrack = false prompt := promptui.Select{ - Label: "Ignite collects metrics about command usage. " + - "All data is anonymous and helps to improve Ignite. " + - "Ignite respect the DNT rules (consoledonottrack.com). " + - "Would you agree to share these metrics with us?", + Label: "Ignite uses anonymized metrics to enhance the application, " + + "focusing on features such as command usage. We do not collect " + + "identifiable personal information. Your privacy is important to us. " + + "For more details, please visit our Privacy Policy at https://ignite.com/privacy " + + "and our Terms of Use at https://ignite.com/terms-of-use. " + + "Do you consent to the collection of these usage metrics for analytics purposes?", Items: []string{"Yes", "No"}, } resultID, _, err := prompt.Run()