summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2016-11-18 14:14:55 -0800
committerIvan Kohler <ivan@freeside.biz>2016-11-18 14:14:55 -0800
commit2f8878cdc7df9966574d8e304c0513fc39c35c61 (patch)
treeaa0fd198c09680cb2f377a3aa517669f1e223d6f
parentc2685608b13db2485e2457a5ba43c394b2c814a1 (diff)
consistent terminology for customer notes (not comments)
-rw-r--r--httemplate/elements/menu.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/elements/menu.html b/httemplate/elements/menu.html
index d07f099..cabc33f 100644
--- a/httemplate/elements/menu.html
+++ b/httemplate/elements/menu.html
@@ -496,7 +496,7 @@ tie my %tools_importing, 'Tie::IxHash',
'Customers' => [ $fsurl.'misc/cust_main-import.cgi', '' ],
'Package definitions' => [ $fsurl.'misc/part_pkg-import.html', '' ],
'Customer packages' => [ $fsurl.'misc/cust_pkg-import.html', '' ],
- 'Customer comments' => [ $fsurl.'misc/cust_main_note-import.html', '' ],
+ 'Customer notes' => [ $fsurl.'misc/cust_main_note-import.html', '' ],
'One-time charges' => [ $fsurl.'misc/cust_main-import_charges.cgi', '' ],
'Payments' => [ $fsurl.'misc/cust_pay-import.cgi', '' ],
'Credits' => [ $fsurl.'misc/cust_credit-import.html', '' ],