From f2c203eb2509ab7aa1c91a695634d034320cab44 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Sun, 14 Jun 2015 11:53:00 -0700 Subject: [PATCH] UI spring cleaning: s/Person/Employee/ in note list --- httemplate/view/cust_main/notes/notes.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %> % } -- 2.20.1