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 0000000000000000000000000000000000000000..3bd7f68169ab8aee0d0a5a2f0107dd3d933b006c --- /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> + +