diff options
Diffstat (limited to 'template/en/default')
-rw-r--r-- | template/en/default/attachment/confirm-delete.html.tmpl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/template/en/default/attachment/confirm-delete.html.tmpl b/template/en/default/attachment/confirm-delete.html.tmpl index 4bd69e565..14c76c309 100644 --- a/template/en/default/attachment/confirm-delete.html.tmpl +++ b/template/en/default/attachment/confirm-delete.html.tmpl @@ -21,8 +21,7 @@ [% PROCESS global/variables.none.tmpl %] [% title = BLOCK %] - Delete Attachment [% a.id FILTER html %] of - [%+ "$terms.Bug " _ a.bug_id FILTER bug_link(a.bug_id) FILTER none %] + Delete Attachment [% a.id FILTER html %] of [% terms.Bug %] [%+ a.bug_id FILTER html %] [% END %] [% PROCESS global/header.html.tmpl |