From: Ivan Kohler Date: Fri, 18 Jan 2013 18:25:56 +0000 (-0800) Subject: UI nit: fix redundant # X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=e89b28b54a01b399be53a628f06386096fd2a055;p=freeside.git UI nit: fix redundant # --- diff --git a/httemplate/edit/part_tag.html b/httemplate/edit/part_tag.html index 64ecefba4..537f92b51 100644 --- a/httemplate/edit/part_tag.html +++ b/httemplate/edit/part_tag.html @@ -8,7 +8,7 @@ { field=>'by_default', type=>'checkbox', value=>'Y' }, $tagcolor, ], - 'labels' => { 'tagnum' => 'Tag #', + 'labels' => { 'tagnum' => 'Tag', 'tagname' => 'Tag', 'tagdesc' => 'Message', 'tagcolor' => 'Highlight Color',