test fixes

This commit is contained in:
Graham Knop 2009-03-19 21:59:18 +00:00
parent abb13459f2
commit 25af23ff2c
3 changed files with 6 additions and 0 deletions

View file

@ -760,6 +760,10 @@ our $I18N = {
context => q{Error message when a user tries to recover password and they don't have an email address},
},
'newUser_username' => {
message => 'Username of registering user',
},
};
1;