Skip to content

Commit

Permalink
use display_name in group mail moderation notification
Browse files Browse the repository at this point in the history
  • Loading branch information
lilioid committed Jan 11, 2024
1 parent 05b1ff5 commit 926edac
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{% autoescape off %}(english below)

Hallo {{ user.first_name}},
Hallo {{ user.display_name }},

es gibt für die Mailingliste der Gruppe {{ mailinglist.group.name }} eine neue E-Mail zu moderieren.

Kthxbye!

----

Hi {{ user.first_name}},
Hi {{ user.display_name }},

there is a new email to be moderated for the mailinglist of the group {{ mailinglist.group.name }}.

Expand Down

0 comments on commit 926edac

Please sign in to comment.