Merge "Trivial: Add missing space in exception"

This commit is contained in:
Zuul 2018-08-29 11:42:12 +00:00 committed by Gerrit Code Review
commit 04b6273002
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ class PasswordRequirementsValidationError(PasswordValidationError):
class PasswordHistoryValidationError(PasswordValidationError):
message_format = _("The new password cannot be identical to a "
"previous password. The total number which"
"previous password. The total number which "
"includes the new password must be unique is "
"%(unique_count)s.")