diff --git a/mosp/web/views/user.py b/mosp/web/views/user.py index 19622904..ae3fec40 100644 --- a/mosp/web/views/user.py +++ b/mosp/web/views/user.py @@ -149,7 +149,7 @@ def account_recovery(): ) return redirect(url_for("index")) - flash(gettext("An email has been sent to you with a recover link."), "success") + flash(gettext("An email with a recovery link has been sent to you."), "success") return redirect(url_for("index"))