Skip to content
Draft
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
4 changes: 2 additions & 2 deletions apps/publikator/components/editor/modules/variable/ui.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,11 @@ Willkommen
{"present": "hasAccess"}
\`\`\`

Nur sichtbar mit Magazin-Zugriff – für Mitglieder, Abonnentinnen oder Probeleser.
Nur sichtbar für Mitglieder und Abonnentinnen.

<section><h6>ELSE</h6>

Nur ohne Magazin-Zugriff sichtbar – als Gast.
Nur ohne Mitgliedschaft oder Abonnement sichtbar – als Gast oder Probeleserin.

<hr /></section>

Expand Down
2 changes: 1 addition & 1 deletion packages/styleguide/src/templates/Article/email/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const articleEmailSchema = {
firstName: 'FNAME',
lastName: 'LNAME',
groups: {
hasAccess: 'Customer:Member,Geteilter Zugriff',
hasAccess: 'Customer:Member',
},
_mergeTags: true,
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const createNewsletterEmailSchema = ({ ...args } = {}) => {
firstName: 'FNAME',
lastName: 'LNAME',
groups: {
hasAccess: 'Customer:Member,Geteilter Zugriff',
hasAccess: 'Customer:Member',
},
_mergeTags: true,
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const ifRule = {
items: [
{ value: 'firstName', text: 'Vorname' },
{ value: 'lastName', text: 'Nachname' },
{ value: 'hasAccess', text: 'Magazin-Zugriff' },
{ value: 'hasAccess', text: 'Aktives Abo oder Mitgliedschaft' },
],
},
],
Expand Down