summaryrefslogtreecommitdiffstats
path: root/template/en/default/bug/choose.html.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'template/en/default/bug/choose.html.tmpl')
-rw-r--r--template/en/default/bug/choose.html.tmpl10
1 files changed, 6 insertions, 4 deletions
diff --git a/template/en/default/bug/choose.html.tmpl b/template/en/default/bug/choose.html.tmpl
index f965ccc4d..4b67c306f 100644
--- a/template/en/default/bug/choose.html.tmpl
+++ b/template/en/default/bug/choose.html.tmpl
@@ -19,15 +19,17 @@
# Contributor(s): Gervase Markham <gerv@gerv.net>
#%]
-[% PROCESS global/header.html.tmpl
- title = "Search by bug number"
+[% PROCESS global/variables.none.tmpl %]
+
+[% PROCESS global/header.html.tmpl
+ title = "Search by $terms.bug number"
%]
<form method="get" action="show_bug.cgi">
<p>
- You may find a single bug by entering its bug id here:
+ You may find a single [% terms.bug %] by entering its [% terms.bug %] id here:
<input name="id" size="6">
- <input type="submit" value="Show Me This Bug">
+ <input type="submit" value="Show Me This [% terms.Bug %]">
</p>
</form>