diff options
Diffstat (limited to 'httemplate/view/cust_main/notes.html')
-rwxr-xr-x | httemplate/view/cust_main/notes.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/httemplate/view/cust_main/notes.html b/httemplate/view/cust_main/notes.html index 3a4b05a36..81ba6fb3d 100755 --- a/httemplate/view/cust_main/notes.html +++ b/httemplate/view/cust_main/notes.html @@ -63,8 +63,7 @@ % % my $edit = ''; % if ($curuser->access_right('Edit customer note') ) { -% my $editlabel = mt('edit'); -% $edit = qq! <A HREF="javascript:void(0);" $clickjs>($editlabel)</A>!; +% $edit = qq! <A HREF="javascript:void(0);" $clickjs>(!.mt('edit').')</A>'; % } % % if ( $last_classnum != $note->classnum && !$skipheader ) { |