Skip to content

Commit

Permalink
removed privacy policy text
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasHengelhaupt committed Nov 2, 2023
1 parent 610e089 commit 7a07d00
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 18 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div class="row form-group">
<div *ngIf="'marketing.newsletterSubscriptionEnabled' | ishServerSetting" class="row form-group">
<div [class.has-error]="showError" class="offset-md-4 col-md-8">
<div class="form-check" [attr.data-testing-id]="'registration_newsletter-wrapper'">
<input
Expand All @@ -10,12 +10,6 @@
/>
<label class="form-check-label" [attr.for]="id">
<div>{{ 'registration.newsletter_subscription.text' | translate }}</div>
<span
[ishServerHtml]="
'registration.newsletter_subscription.privacy_policy.text'
| translate : { '0': 'page://page.privacyPolicy.pagelet2-Page' }
"
></span>
</label>
</div>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,4 @@ import { FieldType, FieldTypeConfig } from '@ngx-formly/core';
templateUrl: './registration-newsletter-field.component.html',
changeDetection: ChangeDetectionStrategy.OnPush,
})
export class RegistrationNewsletterFieldComponent extends FieldType<FieldTypeConfig> {
get subscribed(): boolean {
return true;
}
}
export class RegistrationNewsletterFieldComponent extends FieldType<FieldTypeConfig> {}
3 changes: 1 addition & 2 deletions src/assets/i18n/de_DE.json
Original file line number Diff line number Diff line change
Expand Up @@ -1125,8 +1125,7 @@
"recaptcha.v2.incorrect.error": "Beweisen Sie, dass Sie keine Maschine sind.",
"recaptcha.v3.info_text": "Diese Seite ist durch reCAPTCHA geschützt und es gelten die Google <a href=\"{{0}}\" target=\"_blank\">Datenschutzbestimmungen</a> und <a href=\"{{1}}\" target=\"_blank\">Nutzungsbedingungen</a>.",
"recentlyViewed.component.heading": "Zuletzt angesehen",
"registration.newsletter_subscription.privacy_policy.text": "Ich habe die <a href=\"{{0}}\" target=\"_blank\">Datenschutzhinweise</a> gelesen. Ich kann mein Einverständnis jederzeit widerrufen.",
"registration.newsletter_subscription.text": "Ich bin damit einverstanden, Newslettern zu erhalten und über Sonderangebote informiert zu werden (optional).",
"registration.newsletter_subscription.text": "Ich bin damit einverstanden, Newsletter zu erhalten und über Sonderangebote informiert zu werden (optional).",
"registration.tac.error.tip": "Bitte stimmen Sie den Bedingungen zu, um fortzufahren.",
"registration.tac_privacy_policy.text": "Ich akzeptiere die <a href=\"{{0}}\" target=\"_blank\">AGB</a> und <a href=\"{{1}}\" target=\"_blank\">Datenschutzhinweise</a>.",
"restricted-items.Remove.button": "Artikel entfernen",
Expand Down
3 changes: 1 addition & 2 deletions src/assets/i18n/en_US.json
Original file line number Diff line number Diff line change
Expand Up @@ -1125,8 +1125,7 @@
"recaptcha.v2.incorrect.error": "Please verify that you are a real person.",
"recaptcha.v3.info_text": "This site is protected by reCAPTCHA and the Google <a href=\"{{0}}\" target=\"_blank\">Privacy Policy</a> and <a href=\"{{1}}\" target=\"_blank\">Terms of Service</a> apply.",
"recentlyViewed.component.heading": "Recently Viewed",
"registration.newsletter_subscription.privacy_policy.text": "I have read the <a href=\"{{0}}\" target=\"_blank\">Privacy Policy</a>. I can unsubscribe from newsletters any time.",
"registration.newsletter_subscription.text": "I agree to receive newsletter and be notified of sales and promotions (optional).",
"registration.newsletter_subscription.text": "I agree to receive newsletters and be notified of sales and promotions - unsubscribe anytime (optional).",
"registration.tac.error.tip": "Please agree to the terms to continue.",
"registration.tac_privacy_policy.text": "I agree to the <a href=\"{{0}}\" target=\"_blank\">Terms & Conditions</a> and <a href=\"{{1}}\" target=\"_blank\">Privacy Policy</a>.",
"restricted-items.Remove.button": "Remove Item",
Expand Down
3 changes: 1 addition & 2 deletions src/assets/i18n/fr_FR.json
Original file line number Diff line number Diff line change
Expand Up @@ -1125,8 +1125,7 @@
"recaptcha.v2.incorrect.error": "Veuillez vérifier que vous êtes une personne réelle.",
"recaptcha.v3.info_text": "Ce site est protégé par reCAPTCHA et <a href=\"{{0}}\" target=\"_blank\">la politique de confidentialité</a> de Google ainsi que ses <a href=\"{{1}}\" target=\"_blank\">conditions de service</a> s’appliquent.",
"recentlyViewed.component.heading": "Récemment consultés",
"registration.newsletter_subscription.privacy_policy.text": "J’ai lu la <a href=\"{{0}}\" target=\"_blank\">politique de confidentialité</a>. Je peux me désabonner des bulletins d’information à tout moment.",
"registration.newsletter_subscription.text": "J’accepte de recevoir la lettre d’information et d’être informé des ventes et des promotions (optionnel).",
"registration.newsletter_subscription.text": "J’accepte de recevoir des bulletins d’information et d’être informé des ventes et des promotions (optionnel).",
"registration.tac.error.tip": "Veuillez accepter les conditions pour continuer.",
"registration.tac_privacy_policy.text": "J’accepte les <a href=\"{{0}}\" target=\"_blank\">Conditions générales</a> et <a href=\"{{1}}\" target=\"_blank\">la Politique de confidentialité</a>.",
"restricted-items.Remove.button": "Supprimer l’article",
Expand Down

0 comments on commit 7a07d00

Please sign in to comment.