Skip to content

Commit

Permalink
pp fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jekuer committed Oct 10, 2023
1 parent cc24c3e commit c95bdaf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion demo/locales/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@
},
"privacy": {
"no-cookies": "Cookie-frei geht auch",
"no-cookies-details-1": "Wir verwenden keine Cookies. Wir verfolgen dich auch nicht im Internet oder teilen deine Daten mit Dritten zu Marketing- oder Tracking-Zwecken.",
"no-cookies-details-1": "Wir verwenden auf dieser Webseite keine Marketing-Cookies. Wir verfolgen dich auch nicht im Internet oder teilen deine Daten mit Dritten zu Werbe- oder Tracking-Zwecken.",
"no-cookies-details-2": "Daher müssen wir dich auch nicht mit einem Cookie-Banner belästigen.",
"no-cookies-details-3": "Die nachfolgenden Informationen erläutern, wie wir darüber hinaus Daten verarbeiten."
}
Expand Down
4 changes: 2 additions & 2 deletions demo/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -446,8 +446,8 @@
"intro": "Information in accordance with section 5 TMG and section 55 para. 2 RStV:"
},
"privacy": {
"no-cookies": "No Cookies are possible",
"no-cookies-details-1": "We are not using any cookies. We are also not following you around the web or sharing your data with any third party for marketing or tracking purposes.",
"no-cookies": "No Cookie Banner is possible",
"no-cookies-details-1": "We are not using any tracking cookies on this website and are not following you around the web or sharing your data with any third party for marketing or analytics purposes.",
"no-cookies-details-2": "Therefore, we do not need to bother you with a cookie banner.",
"no-cookies-details-3": "The following information explains how we process data apart from this."
}
Expand Down
2 changes: 1 addition & 1 deletion demo/pages/privacy-policy.vue
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ useHead({
/>
</svg>
<div class="mx-4 p-2 text-left">
<p class="pb-4 pt-2 text-xl font-bold leading-3">{{ $t('content.privacy.no-cookies') }}!</p>
<p class="pb-4 text-xl font-bold leading-6">{{ $t('content.privacy.no-cookies') }}!</p>
<p>
{{ $t('content.privacy.no-cookies-details-1') }}<br />
{{ $t('content.privacy.no-cookies-details-2') }}<br />
Expand Down

0 comments on commit c95bdaf

Please sign in to comment.