diff options
| author | ivan <ivan> | 2010-05-18 19:41:10 +0000 | 
|---|---|---|
| committer | ivan <ivan> | 2010-05-18 19:41:10 +0000 | 
| commit | a99bcc2ee2b559f66a3d827045c0b8c7535b1c96 (patch) | |
| tree | 7f1e848f22c4b8d9617d739ea1cb365c90959eb6 /httemplate/edit | |
| parent | d135a6588851deef85924e059cea62037fbc09d0 (diff) | |
fix "Re-enter password" label on employee edit
Diffstat (limited to 'httemplate/edit')
| -rw-r--r-- | httemplate/edit/access_user.html | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/httemplate/edit/access_user.html b/httemplate/edit/access_user.html index cbced75b1..22cf89621 100644 --- a/httemplate/edit/access_user.html +++ b/httemplate/edit/access_user.html @@ -14,7 +14,7 @@                                 'usernum'      => 'User number',                                 'username'     => 'Username',                                 '_password'    => 'Password', -                               '_password2   '=> 'Re-enter Password', +                               '_password2'   => 'Re-enter Password',                                 'last'         => 'Last name',                                 'first'        => 'First name',                                 'user_custnum' => 'Customer (optional)', | 
