Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: update cmp message #1732

Merged
merged 1 commit into from
May 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading