# HG changeset patch # User Dennis Fink # Date 2015-10-23 00:29:48 # Node ID 9208bc39dd9ae3e2a22fa0dfbae1b8d26c768535 # Parent 0e579518200010b3de53052742edba78f2cbef78 Replace sended with submitted diff --git a/ennstatus/root/functions.py b/ennstatus/root/functions.py --- a/ennstatus/root/functions.py +++ b/ennstatus/root/functions.py @@ -44,7 +44,7 @@ def send_membership_mail(form): current_app.logger.debug(body) msg.body = encrypted_body if encrypted_body else body conn.send(msg) - flash('Application successfully sended!', 'success') + flash('Application successfully submitted!', 'success') except KeyError: flash( 'Internal server error! Please get in touch with us at info@enn.lu!', @@ -92,7 +92,7 @@ def send_bridgeprogram_mail(form): msg.body = encrypted_body if encrypted_body else body conn.send(msg) flash( - 'Application successfully sended! We will send you an email with further information!', + 'Application successfully submitted! We will send you an email with further information!', 'success' ) except KeyError: