Skip to content

Commit

Permalink
fixed error message if recipient field is empty or recipient doesnt e…
Browse files Browse the repository at this point in the history
…xist
  • Loading branch information
AlexKovalevych committed Aug 10, 2011
1 parent ace2abb commit 6fd28ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/config/validation.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<constraint name="Ornicar\MessageBundle\Validator\Authorization" />
<constraint name="Ornicar\MessageBundle\Validator\SelfRecipient" />
<constraint name="NotBlank">
<option name="message">Please enter a username</option>
<option name="message">No user with that username</option>
</constraint>
<constraint name="Type">
<option name="value">Ornicar\MessageBundle\Model\ParticipantInterface</option>
Expand Down

0 comments on commit 6fd28ce

Please sign in to comment.