Fix multiple email handling in the Inbox.
Put an email regex into WebGUI::Utility, and use it in Form/Email and Account/Inbox.
This commit is contained in:
parent
4bf3f457de
commit
29759ede9c
6 changed files with 111 additions and 53 deletions
|
|
@ -470,8 +470,13 @@ our $I18N = {
|
|||
lastUpdated => 1181409056,
|
||||
},
|
||||
|
||||
'too many emails' => {
|
||||
message => q|The invitation cannot be sent because you did not enter an email address.|,
|
||||
lastUpdated => 1181409056,
|
||||
},
|
||||
|
||||
'missing message' => {
|
||||
message => q|Your invitiation must have a message.|,
|
||||
message => q|Your invitation must have a message.|,
|
||||
lastUpdated => 1181409432,
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue