diff options
| author | ivan <ivan> | 2010-05-18 19:41:09 +0000 | 
|---|---|---|
| committer | ivan <ivan> | 2010-05-18 19:41:09 +0000 | 
| commit | d6ceba35bf9daae75484c4d2296e623b294093ea (patch) | |
| tree | fcd061639fc83c77cd786def7a6259c7aeaf3f53 /httemplate | |
| parent | b102662c11390d9220ef7a935ce847f18ba221fb (diff) | |
fix "Re-enter password" label on employee edit
Diffstat (limited to 'httemplate')
| -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)', | 
