From: Ivan Kohler Date: Sun, 14 Jun 2015 18:53:00 +0000 (-0700) Subject: UI spring cleaning: s/Person/Employee/ in note list X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=f2c203eb2509ab7aa1c91a695634d034320cab44;p=freeside.git UI spring cleaning: s/Person/Employee/ in note list --- 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') ) { <% mt('Time') |h %> % } - <% mt('Person') |h %> + <% mt('Employee') |h %> % if ($conf->exists('note-classes') && $conf->config('note-classes') == 1) { <% mt('Class') |h %> % }