Change Uniqueness validator message to follow ActiveRecord and other ORM behavior. Keeping the same message allows tools like Shoulda to work out of the box.
Signed-off-by: Marcos Tapajós <tapajos@gmail.com>
This commit is contained in:
parent
f76517d0fa
commit
44b56d3d03
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
en:
|
||||
errors:
|
||||
messages:
|
||||
taken: "is already taken"
|
||||
taken: "has already been taken"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue