Commit 597defcd authored by jocuri%softhome.net's avatar jocuri%softhome.net

Patch for bug 238669: add a space between 'entered' and '(' in…

Patch for bug 238669: add a space between 'entered' and '(' in illegal_email_address error; patch by Christopher Nehren <apeiron@comcast.net>; r=vlad; a=justdave.
parent 18f242c4
......@@ -276,7 +276,7 @@
[% ELSIF error == "illegal_email_address" %]
[% title = "Invalid Email Address" %]
The e-mail address you entered(<b>[% addr FILTER html %]</b>)
The e-mail address you entered (<b>[% addr FILTER html %]</b>)
didn't pass our syntax checking for a legal email address.
[%+ Param('emailregexpdesc') %]
It must also not contain any of these special characters:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment