diff options
Diffstat (limited to 'httemplate/edit')
-rw-r--r-- | httemplate/edit/part_tag.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/edit/part_tag.html b/httemplate/edit/part_tag.html index 87c77fa98..2caeb27a0 100644 --- a/httemplate/edit/part_tag.html +++ b/httemplate/edit/part_tag.html @@ -1,6 +1,6 @@ <% include( 'elements/edit.html', 'table' => 'part_tag', - 'name_singular' => 'tag', + 'name_singular' => 'customer tag', 'fields' => [ { field=>'tagname', type=>'text', size=>10 }, { field=>'disabled', type=>'checkbox', value=>'Y' }, |