diff options
author | bugreport%peshkin.net <> | 2004-07-13 10:52:05 +0200 |
---|---|---|
committer | bugreport%peshkin.net <> | 2004-07-13 10:52:05 +0200 |
commit | a74271e7d1081c86862151116531c5f42f3e4c7d (patch) | |
tree | a9d3ea4fb5e320cdcc52bddade48e9509b96344e /template/en | |
parent | 8c1a3e8ff7f6c05ee9e7f45871cea073c4c26c91 (diff) | |
download | bugzilla-a74271e7d1081c86862151116531c5f42f3e4c7d.tar.gz bugzilla-a74271e7d1081c86862151116531c5f42f3e4c7d.tar.xz |
Bug 226434: Add %reporter%, %user%, and %assignee% pronouns to boolean charts
r=jouni
a=justdave
Diffstat (limited to 'template/en')
-rw-r--r-- | template/en/default/global/user-error.html.tmpl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl index 5ff7fedec..e4c9863df 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -414,6 +414,10 @@ [% title = "Login Name Required" %] You must enter a login name when requesting to change your password. + [% ELSIF error == "login_required_for_pronoun" %] + [% title = "Login Name Required" %] + You must enter a login name when using your login as a pronoun. + [% ELSIF error == "milestone_required" %] [% title = "Milestone Required" %] You must determine a target milestone for [% terms.bug %] |