Skip to content

Commit

Permalink
💬 Closes #3492 -- Fix help text literal referring to old context var
Browse files Browse the repository at this point in the history
  • Loading branch information
sergei-maertens committed Sep 22, 2023
1 parent 24ab606 commit 2ffe63a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/openforms/conf/locale/nl/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -6917,11 +6917,11 @@ msgstr "E-mailonderwerp"
#: openforms/registrations/contrib/email/config.py:45
msgid ""
"Subject of the email sent to the registration backend. You can use the "
"expressions '{{ form_name }}' and '{{ submission_reference }}' to include "
"expressions '{{ form_name }}' and '{{ public_reference }}' to include "
"the form name and the reference number to the submission in the subject."
msgstr ""
"Onderwerp van de registratiemail die verstuurd wordt. Je kan de "
"uitdrukkingen '{{ form_name }}' en '{{ submission_reference }}' gebruiken om "
"uitdrukkingen '{{ form_name }}' en '{{ public_reference }}' gebruiken om "
"formuliernaam en registratienummer op te nemen."

#: openforms/registrations/contrib/email/config.py:55
Expand Down
2 changes: 1 addition & 1 deletion src/openforms/registrations/contrib/email/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class EmailOptionsSerializer(JsonSchemaSerializerMixin, serializers.Serializer):
label=_("email subject"),
help_text=_(
"Subject of the email sent to the registration backend. You can use the expressions "
"'{{ form_name }}' and '{{ submission_reference }}' to include the form name and the reference "
"'{{ form_name }}' and '{{ public_reference }}' to include the form name and the reference "
"number to the submission in the subject."
),
required=False,
Expand Down

0 comments on commit 2ffe63a

Please sign in to comment.