From: Ivan Kohler Date: Sun, 14 Jun 2015 18:52:58 +0000 (-0700) Subject: UI spring cleaning: s/Person/Employee/ in note list X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=998bb3d2c2ae8eedcc8b4fb2abc195e8ed1ee9f6 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 %> % }