Skip to content

Commit

Permalink
Chore update messages. (#931)
Browse files Browse the repository at this point in the history
Changed CONFIRM_REGISTRATION as suggested by #917
  • Loading branch information
jwag956 authored Feb 23, 2024
1 parent e423abd commit a0602ef
Show file tree
Hide file tree
Showing 22 changed files with 3,212 additions and 2,955 deletions.
2 changes: 2 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ Docs and Chores
- (:pr:`855`) Improve translations for two-factor method selection. (gissimo)
- (:pr:`866`) Improve German translations. (sr-verde)
- (:pr:`911`) Remove deprecation of AUTO_LOGIN_AFTER_CONFIRM - it has a reasonable use case.
- (:pr:`xxx`) Update message extraction - note that the CONFIRM_REGISTRATION message was changed to improve
readability.

Fixes
+++++
Expand Down
6 changes: 5 additions & 1 deletion flask_security/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,11 @@
"error",
),
"CONFIRM_REGISTRATION": (
_("Thank you. Confirmation instructions have been sent to %(email)s."),
_(
"Thank you. To confirm your email address %(email)s,"
" please click on the link"
" in the email we have just sent to you."
),
"success",
),
"EMAIL_CONFIRMED": (_("Thank you. Your email has been confirmed."), "success"),
Expand Down
Loading

0 comments on commit a0602ef

Please sign in to comment.