diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2012-05-28 15:54:18 +0200 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2012-05-28 15:54:18 +0200 |
commit | d1f2e12030a3e9c1b8d52cf7583affff293a7aa1 (patch) | |
tree | 3867fc0f987fd4ce92d27f88c282f1313eddbdb9 /template | |
parent | ef279711cea60d1ee999a6b74a6d5f0fa8552cf4 (diff) | |
download | bugzilla-d1f2e12030a3e9c1b8d52cf7583affff293a7aa1.tar.gz bugzilla-d1f2e12030a3e9c1b8d52cf7583affff293a7aa1.tar.xz |
Fix bustage: email_confirmation_failed is no longer used
https://bugzilla.mozilla.org/show_bug.cgi?id=355596
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/global/user-error.html.tmpl | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl index a580fdfde..90ac376ba 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -431,10 +431,6 @@ [% title = "Email Change Already In Progress" %] Email change already in progress; please check your email. - [% ELSIF error == "email_confirmation_failed" %] - [% title = "Email Address Confirmation Failed" %] - Email address confirmation failed. - [% ELSIF error == "email_no_body" %] Your message did not contain any text, as far as we could tell. |