Bug 21233: (QA follow-up) It is not only trailing whitespace characters

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
This commit is contained in:
Tomás Cohen Arazi 2018-09-14 12:27:36 -07:00 committed by Nick Clemens
parent 4e8d22a51b
commit cf3dbedae7

View file

@ -35,9 +35,9 @@ use Exception::Class (
isa => 'Koha::Exceptions::Password',
description => 'Password is too weak'
},
'Koha::Exceptions::Password::TrailingWhitespace' => {
'Koha::Exceptions::Password::WhitespaceCharacters' => {
isa => 'Koha::Exceptions::Password',
description => 'Password contains trailing whitespace character(s)'
description => 'Password contains leading/trailing whitespace character(s)'
}
);