@c8y/ngx-components 1017.0.490 → 1017.0.493
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.
- package/esm2020/core/bootstrap/cookie-banner/cookie-banner.service.mjs +2 -2
- package/fesm2015/c8y-ngx-components.mjs +1 -1
- package/fesm2015/c8y-ngx-components.mjs.map +1 -1
- package/fesm2020/c8y-ngx-components.mjs +1 -1
- package/fesm2020/c8y-ngx-components.mjs.map +1 -1
- package/locales/de.po +3 -0
- package/locales/es.po +3 -0
- package/locales/fr.po +3 -0
- package/locales/ja_JP.po +3 -0
- package/locales/locales.pot +2 -2
- package/locales/nl.po +3 -0
- package/locales/pl.po +3 -0
- package/locales/pt_BR.po +3 -0
- package/package.json +2 -2
|
@@ -6924,7 +6924,7 @@ class CookieBannerService {
|
|
|
6924
6924
|
this.isCookieBannerShowed$ = new Subject();
|
|
6925
6925
|
this.cookieDescriptions = {
|
|
6926
6926
|
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."),
|
|
6927
|
-
functional: gettext('These cookies are used to
|
|
6927
|
+
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.'),
|
|
6928
6928
|
marketing: gettext('These cookies are used to target advertising to a user.')
|
|
6929
6929
|
};
|
|
6930
6930
|
}
|