improve wording

This commit is contained in:
Son 2022-05-20 18:05:05 +02:00
parent 9ba5464bc9
commit 0f9232eeeb
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ def final():
form = SendEmailForm(request.form)
if form.validate_on_submit():
send_test_email_alias(form.email.data, current_user.name)
flash("We have sent a test e-mail to your alias", "success")
flash("An email is sent to your alias", "success")
return render_template(
"onboarding/final.html",