Skip to content

Commit

Permalink
[#233] Fix partij_identificator_object_id message
Browse files Browse the repository at this point in the history
  • Loading branch information
danielmursa-dev committed Jan 15, 2025
1 parent 586913c commit 53727a3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ def validate_object_id(self) -> None:
raise ValidationError(
{
"partij_identificator_object_id": _(
"ObjectId ongeldig, reden: %s" % (error.message)
"Deze waarde is ongeldig, reden: %s" % (error.message)
)
}
)

0 comments on commit 53727a3

Please sign in to comment.