summaryrefslogtreecommitdiff
path: root/httemplate/view
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2015-06-14 11:52:58 -0700
committerIvan Kohler <ivan@freeside.biz>2015-06-14 11:52:58 -0700
commit998bb3d2c2ae8eedcc8b4fb2abc195e8ed1ee9f6 (patch)
tree0d60cfefb015bc9acd6fce6a6fbc2e02e5d588c4 /httemplate/view
parent3ba0c846a46231a732c18a95cca54f719e0fd7d5 (diff)
UI spring cleaning: s/Person/Employee/ in note list
Diffstat (limited to 'httemplate/view')
-rw-r--r--httemplate/view/cust_main/notes/notes.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/view/cust_main/notes/notes.html b/httemplate/view/cust_main/notes/notes.html
index b4ea87c19..eb421eb37 100644
--- a/httemplate/view/cust_main/notes/notes.html
+++ b/httemplate/view/cust_main/notes/notes.html
@@ -95,7 +95,7 @@
% if ( $conf->exists('cust_main_note-display_times') ) {
<TH CLASS="grid" BGCOLOR="#cccccc"><% mt('Time') |h %></TH>
% }
- <TH CLASS="grid" BGCOLOR="#cccccc"><% mt('Person') |h %></TH>
+ <TH CLASS="grid" BGCOLOR="#cccccc"><% mt('Employee') |h %></TH>
% if ($conf->exists('note-classes') && $conf->config('note-classes') == 1) {
<TH CLASS="grid" BGCOLOR="#cccccc"><% mt('Class') |h %></TH>
% }