diff options
Diffstat (limited to 'template/en/default')
-rw-r--r-- | template/en/default/bug/comments.html.tmpl | 2 | ||||
-rw-r--r-- | template/en/default/filterexceptions.pl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/template/en/default/bug/comments.html.tmpl b/template/en/default/bug/comments.html.tmpl index 79e5636fc..47c6edb61 100644 --- a/template/en/default/bug/comments.html.tmpl +++ b/template/en/default/bug/comments.html.tmpl @@ -124,7 +124,7 @@ <i> <input type="hidden" name="oisprivate-[% count %]" value="[% comment.isprivate %]"> - <input type="hidden" name="when-[% count %]" value="[% comment.when %]"> + <input type="hidden" name="when-[% count %]" value="[% comment.time %]"> <input type="checkbox" name="isprivate-[% count %]" value="1" onClick="updateCommentPrivacy(this, [% count %])" id="isprivate-[% count %]" diff --git a/template/en/default/filterexceptions.pl b/template/en/default/filterexceptions.pl index eb0368c0c..e93f0b5e4 100644 --- a/template/en/default/filterexceptions.pl +++ b/template/en/default/filterexceptions.pl @@ -304,7 +304,7 @@ 'bug/comments.html.tmpl' => [ 'comment.isprivate', - 'comment.when', + 'comment.time', 'bug.bug_id', ], |