From d1f2e12030a3e9c1b8d52cf7583affff293a7aa1 Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Mon, 28 May 2012 15:54:18 +0200 Subject: Fix bustage: email_confirmation_failed is no longer used https://bugzilla.mozilla.org/show_bug.cgi?id=355596 --- template/en/default/global/user-error.html.tmpl | 4 ---- 1 file changed, 4 deletions(-) (limited to 'template/en') 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. -- cgit v1.2.3-24-g4f1b