summaryrefslogtreecommitdiff
path: root/httemplate/browse/pkg_class.html
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/browse/pkg_class.html')
-rw-r--r--httemplate/browse/pkg_class.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/httemplate/browse/pkg_class.html b/httemplate/browse/pkg_class.html
index 75969dbe8..7097c8617 100644
--- a/httemplate/browse/pkg_class.html
+++ b/httemplate/browse/pkg_class.html
@@ -20,8 +20,8 @@ die "access denied"
unless $FS::CurrentUser::CurrentUser->access_right('Configuration');
my $html_init =
- 'Package classes define groups of packages, for reporting and '.
- 'convenience purposes.<BR><BR>'.
+ 'Package classes define groups of packages, for taxation, ordering '.
+ 'convenience and reporting.<BR><BR>'.
qq!<A HREF="${p}edit/pkg_class.html"><I>Add a package class</I></A><BR><BR>!;
my $count_query = 'SELECT COUNT(*) FROM pkg_class';