@c8y/ngx-components 1018.0.245 → 1018.0.247

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -7284,7 +7284,7 @@ class CookieBannerService {
7284
7284
  this.isCookieBannerShowed$ = new Subject();
7285
7285
  this.cookieDescriptions = {
7286
7286
  required: gettext("These cookies are required to enable core site functionality. They perform a task or operation without which a site's functionality would not be possible."),
7287
- functional: gettext('These cookies are used to track site usage and to process my personal data to measure and improve usability and performance. We will neither forward this data to any third party nor use this data for direct marketing purposes. I recognize that I can opt in and out of these cookies at any time.'),
7287
+ functional: gettext('These cookies are used to support you during your first steps with the product, to deliver content tailored to your needs, and to collect usage statistics.'),
7288
7288
  marketing: gettext('These cookies are used to target advertising to a user.')
7289
7289
  };
7290
7290
  }