UI spring cleaning: s/Person/Employee/ in note list
authorIvan Kohler <ivan@freeside.biz>
Sun, 14 Jun 2015 18:52:58 +0000 (11:52 -0700)
committerIvan Kohler <ivan@freeside.biz>
Sun, 14 Jun 2015 18:52:58 +0000 (11:52 -0700)
httemplate/view/cust_main/notes/notes.html

index b4ea87c..eb421eb 100644 (file)
@@ -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>
 %   }