diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2013-01-18 10:25:56 -0800 |
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2013-01-18 10:25:56 -0800 |
| commit | e89b28b54a01b399be53a628f06386096fd2a055 (patch) | |
| tree | 33200d953610145b8600f468dd611f2a1f5e9521 | |
| parent | c90e70bbdde073f7618bc52d94f45e8ab15995a7 (diff) | |
UI nit: fix redundant #
| -rw-r--r-- | httemplate/edit/part_tag.html | 2 |
1 files changed, 1 insertions, 1 deletions
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', |
