From c8ee2fce0077fd4c356fa19c75fa9c65fbed30b9 Mon Sep 17 00:00:00 2001 From: "gerv%gerv.net" Date: Tue, 23 Mar 2004 08:10:04 +0000 Subject: [PATCH] Bug 238282 - fix one more incorrect bugword. Patch by gerv; r,a=justdave. --- .../bugzilla/template/en/default/bug/create/create.html.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webtools/bugzilla/template/en/default/bug/create/create.html.tmpl b/webtools/bugzilla/template/en/default/bug/create/create.html.tmpl index 7156d052a423..bc11f2be0f85 100644 --- a/webtools/bugzilla/template/en/default/bug/create/create.html.tmpl +++ b/webtools/bugzilla/template/en/default/bug/create/create.html.tmpl @@ -23,7 +23,7 @@ [% PROCESS global/variables.none.tmpl %] [% PROCESS global/header.html.tmpl - title = "Enter Bug" + title = "Enter $terms.Bug" h2 = "This page lets you enter a new $terms.bug into ${terms.Bugzilla}." onload="set_assign_to();" %]