diff options
author | Ivan Kohler <ivan@freeside.biz> | 2016-11-18 14:14:54 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2016-11-18 14:14:54 -0800 |
commit | dc3efbf8928737b7ac035940c733d228c319b97b (patch) | |
tree | 9e36f37401c85e510706e3acbe2ac66824849698 /httemplate/elements/menu.html | |
parent | cdcb49048123ab536a9ae1dcba2e5d31d0159b0d (diff) |
consistent terminology for customer notes (not comments)
Diffstat (limited to 'httemplate/elements/menu.html')
-rw-r--r-- | httemplate/elements/menu.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/elements/menu.html b/httemplate/elements/menu.html index 72b586e19..79a9c6d9b 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', '' ], |