diff options
Diffstat (limited to 'template/en/default/bug/process/next.html.tmpl')
-rw-r--r-- | template/en/default/bug/process/next.html.tmpl | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/template/en/default/bug/process/next.html.tmpl b/template/en/default/bug/process/next.html.tmpl index 1eeb9f367..73c8b5289 100644 --- a/template/en/default/bug/process/next.html.tmpl +++ b/template/en/default/bug/process/next.html.tmpl @@ -23,10 +23,12 @@ # bug : Bug object; the next bug to show #%] +[% PROCESS global/variables.none.tmpl %] + <hr> <p> - The next bug in your list is bug + The next [% terms.bug %] in your list is [% terms.bug %] <a href="show_bug.cgi?id=[% bug.bug_id %]">[% bug.bug_id %]</a>: </p> |