From a80e25d3d27c92769e1450c9434ab5631973ab5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89loi=20Rivard?= Date: Wed, 1 Dec 2021 11:50:49 +0100 Subject: [PATCH] Wording --- canaille/account.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"])