summaryrefslogtreecommitdiff
path: root/resources/views/emails/mail.twig
diff options
context:
space:
mode:
Diffstat (limited to 'resources/views/emails/mail.twig')
-rw-r--r--resources/views/emails/mail.twig4
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/views/emails/mail.twig b/resources/views/emails/mail.twig
index f5ac5860..c99fc104 100644
--- a/resources/views/emails/mail.twig
+++ b/resources/views/emails/mail.twig
@@ -1,6 +1,6 @@
{{ __('Hi %s,', [user]) }}
-{{ __('here is a message for you from the engelsystem:') }}
+{{ __('here is a message for you from the %s:', [config('app_name')]) }}
{{ message|raw }}
-{{ __('This email is autogenerated and has not been signed. You got this email because you are registered in the engelsystem.') }}
+{{ __('This email is autogenerated and has not been signed. You got this email because you are registered in the %s.', [config('app_name')]) }}