Skip to content

Commit 2ed8099

Browse files
committed
Fixed non-existent notice type
1 parent 48181e1 commit 2ed8099

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/notification-center-pro/message-conditions/_index.de.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Nun können wir mit `##form_urgent## === 'yes'` eine gesamte Nachricht nur dann
2222

2323
![Screenshot der Bedingung im Backend]({{% asset "/notification-center-pro/images/screenshot_message_condition.png" %}}?classes=shadow)
2424

25-
{{% notice idea %}}
25+
{{% notice note %}}
2626
Technisch gesehen brauchst du die `##` nicht, wenn du Bedingungen definierst. Sie werden entfernt, bevor sie ausgewertet werden. Ihre Verwendung
2727
dient nur zu deiner eigenen Benutzerfreundlichkeit, da sie die automatische Vervollständigung aktivieren. Du kannst aber genauso gut direkt `form_urgent === 'yes'` schreiben. Beide
2828
Varianten werden funktionieren. Bedingungen innerhalb des E-Mail-Textes z.B. werden ja auch ohne die `##` geschrieben (z.B. `{if form_urgent === 'yes'}`).

docs/notification-center-pro/message-conditions/_index.en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Now we can use `##form_urgent## === 'yes'` to send an entire message only if the
2222

2323
![Screenshot of the condition in the back end]({{% asset "/notification-center-pro/images/screenshot_message_condition.png" %}}?classes=shadow)
2424

25-
{{% notice idea %}}
25+
{{% notice note %}}
2626
Technically speaking, you don't need the `##` when defining conditions. They are removed before being evaluated. Using them
2727
is only for your own usability as they trigger autocompletion. But you might as well write `form_urgent === 'yes'` directly. Both
2828
variants will work. Conditions within the e-mail text, for example, are also written without the `##` (e.g. `{if form_urgent === 'yes'}`).

0 commit comments

Comments
 (0)