Skip to content

Commit

Permalink
Rephrazing.
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricbonhomme committed Apr 8, 2020
1 parent 203213c commit ec3adf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mosp/web/views/user.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"))

Expand Down

0 comments on commit ec3adf0

Please sign in to comment.