diff --git a/canaille/account.py b/canaille/account.py index 9432b01a..62eec93d 100644 --- a/canaille/account.py +++ b/canaille/account.py @@ -156,7 +156,7 @@ def profile_creation(user): if request.form: if not form.validate(): - flash(_("User creation failed."), "error") + flash(_("User account creation failed."), "error") else: user = User(objectClass=current_app.config["LDAP"]["USER_CLASS"])