From e51425da1f1fe8ee831bfb8d4c091d9e08ae4dce Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Wed, 4 May 2005 01:44:53 +0000 Subject: Bug 248386: Add support for Alias to post_bug.cgi - Patch by Albert Ting r=LpSolit a=justdave --- template/en/default/global/user-error.html.tmpl | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'template/en/default/global') diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl index 98cd7418b..6c1af5b26 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -76,9 +76,13 @@ [% ELSIF error == "alias_in_use" %] [% title = "Alias In Use" %] - [% bug_link FILTER none %] has already taken the alias + [% terms.Bug %] [%+ bug_link FILTER none %] has already taken the alias [% alias FILTER html %]. Please choose another one. + [% ELSIF error == "alias_not_defined" %] + [% title = "Alias Is Not Defined" %] + You did not supply an alias to this [% terms.bug %]. + [% ELSIF error == "alias_is_numeric" %] [% title = "Alias Is Numeric" %] You tried to give this [% terms.bug %] the alias [% alias FILTER html %], -- cgit v1.2.3-24-g4f1b