Mercurial > p > roundup > code
diff roundup/admin.py @ 7204:ccb0e566e0be
Add missing space in message; add tests; update .po
Testing for updateconfig updating password_pbkdf2_default_rounds.
Added missing space in one message and updated locale files as a
result.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Wed, 01 Mar 2023 12:56:36 -0500 |
| parents | 12a3cd86668f |
| children | 65b12a9dd11c |
line wrap: on
line diff
--- a/roundup/admin.py Wed Mar 01 10:51:37 2023 -0500 +++ b/roundup/admin.py Wed Mar 01 12:56:36 2023 -0500 @@ -591,7 +591,7 @@ if config.PASSWORD_PBKDF2_DEFAULT_ROUNDS < default_ppdr: print(_("Update " - "'password_pbkdf2_default_rounds'" + "'password_pbkdf2_default_rounds' " "to a number equal to or larger\nthan %s.") % default_ppdr) else:
