From 27514b28279d7b4661a85982fc7269749e66b016 Mon Sep 17 00:00:00 2001 From: Shane Tomlinson <stomlinson@mozilla.com> Date: Thu, 2 Feb 2012 20:19:21 +0000 Subject: [PATCH] The missing cannot_verify_required_email template! close #1042 --- .../dialog/views/cannot_verify_required_email.ejs | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 resources/static/dialog/views/cannot_verify_required_email.ejs diff --git a/resources/static/dialog/views/cannot_verify_required_email.ejs b/resources/static/dialog/views/cannot_verify_required_email.ejs new file mode 100644 index 000000000..3bd7f6816 --- /dev/null +++ b/resources/static/dialog/views/cannot_verify_required_email.ejs @@ -0,0 +1,12 @@ +<!-- This Source Code Form is subject to the terms of the Mozilla Public + - License, v. 2.0. If a copy of the MPL was not distributed with this + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> + + + <h2 id="cannotVerifyRequiredEmail"><%= format(gettext('Cannot verify %s'), [email]) %></h2> + + <p> + <%= format(gettext('%s is a required address, but we cannot verify that you own this address.'), [email]) %> + </p> + + -- GitLab