diff options
author | ivan <ivan> | 2008-11-30 23:26:44 +0000 |
---|---|---|
committer | ivan <ivan> | 2008-11-30 23:26:44 +0000 |
commit | b15baa7b22f001b6ccfea302580f327d30f13706 (patch) | |
tree | cc68551e17d6e58a9778067f6c4ddf48fa1bd15a /httemplate/edit/access_group.html | |
parent | 9408d3552cb808c1df667fca852b130f5cdd4b4c (diff) |
s/Internal Access Groups/Employee Groups/
Diffstat (limited to 'httemplate/edit/access_group.html')
-rw-r--r-- | httemplate/edit/access_group.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/edit/access_group.html b/httemplate/edit/access_group.html index 4686a627a..1eed26dfe 100644 --- a/httemplate/edit/access_group.html +++ b/httemplate/edit/access_group.html @@ -1,5 +1,5 @@ <% include( 'elements/edit.html', - 'name' => 'Internal Access Group', + 'name' => 'Employee Group', 'table' => 'access_group', 'labels' => { 'groupnum' => 'Group number', |