Skip to content

Commit

Permalink
Merge pull request #1732 from ga-devfront/feature/CMP-message
Browse files Browse the repository at this point in the history
fix: update cmp message
  • Loading branch information
ga-devfront committed May 22, 2024
2 parents 6d71595 + 0dca5fa commit 4454acb
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 21 deletions.
31 changes: 13 additions & 18 deletions _dev/apps/ui/src/components/commons/alert-cmp.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,24 +8,19 @@
<div class="h3">
{{ $t('onboarding.cmpAlert.title') }}
</div>
<p class="mb-2">
{{ $t('onboarding.cmpAlert.paragraph') }}
</p>
<ol>
<li>{{ $t('onboarding.cmpAlert.list1') }}</li>
<i18n
path="onboarding.cmpAlert.list2"
tag="li"
>
<template #link>
<a
:href="GDPRModuleLink"
target="_blank"
rel="noopener"
>{{ $t('onboarding.cmpAlert.moduleGDPR') }}</a>
</template>
</i18n>
</ol>
<i18n
path="onboarding.cmpAlert.paragraph"
tag="p"
class="mb-2"
>
<template #link>
<a
:href="GDPRModuleLink"
target="_blank"
rel="noopener"
>{{ $t('onboarding.cmpAlert.moduleGDPR') }}</a>
</template>
</i18n>
<b-button
size="sm"
variant="outline-info"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,7 @@
"onboarding": {
"cmpAlert": {
"title": "GDPR updates",
"paragraph": "Starting March 2024, businesses advertising to users in the European Economic Area (EEA) must create a strong framework to collect and communicate end-users’ consent choices via consent banners integrated with Google’s Consent Mode. To build a strong foundation for measuring your ads follow these steps:",
"list1": "For users using the Prestashop Marketing with Google module, update the module to the latest version",
"list2": "Set up a cookie banner through a supported, dedicated Consent Management Platform. If you do not already have one, we recommend that you use the following consent management platform, which is compliant with the new regulations: {link}",
"paragraph": "Starting March 2024, businesses advertising to users in the European Economic Area (EEA) must create a strong framework to collect and communicate end-users’ consent choices via consent banners integrated with Google’s Consent Mode. To build a strong foundation for measuring your ads you must set up a cookie banner through a supported, dedicated Consent Management Platform. If you do not already have one, we recommend that you use the following consent management platform, which is compliant with the new regulations: {link}",
"moduleGDPR": "Cookies GDPR Law (Blocker) + Google Consent Mode V2"
},
"sectionTitle": {
Expand Down

0 comments on commit 4454acb

Please sign in to comment.