summaryrefslogtreecommitdiffstats
path: root/app.py
diff options
context:
space:
mode:
Diffstat (limited to 'app.py')
-rw-r--r--app.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/app.py b/app.py
index 3dcb8ea..6419571 100644
--- a/app.py
+++ b/app.py
@@ -116,7 +116,7 @@ def register_complete(token):
if app.config.get('MAIL_REGISTER_NOTIFY'):
send_mail(
app.config['MAIL_REGISTER_NOTIFY'],
- u'[accounts] Neuer Benutzer %s' % username,
+ u'[accounts] Neuer Benutzer %s erstellt' % username,
'Benutzername: %s\nE-Mail: %s\n' % (username, mail)
)