diff options
author | ivan <ivan> | 2008-11-30 23:34:36 +0000 |
---|---|---|
committer | ivan <ivan> | 2008-11-30 23:34:36 +0000 |
commit | 2315bce072580d129ab77a46b522486dc2f0e398 (patch) | |
tree | 7cd6088823f61f8ce616b5667897dbb5dcc4fda8 /httemplate/edit/access_user.html | |
parent | b15baa7b22f001b6ccfea302580f327d30f13706 (diff) |
s/Internal Users/Employees/
Diffstat (limited to 'httemplate/edit/access_user.html')
-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 224d8d722..a91e6a852 100644 --- a/httemplate/edit/access_user.html +++ b/httemplate/edit/access_user.html @@ -1,5 +1,5 @@ <% include( 'elements/edit.html', - 'name' => 'Internal User', + 'name' => 'Employee', 'table' => 'access_user', 'fields' => [ 'username', |