Skip to content

Commit 53727a3

Browse files
[#233] Fix partij_identificator_object_id message
1 parent 586913c commit 53727a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/openklant/components/klantinteracties/models/validators.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ def validate_object_id(self) -> None:
150150
raise ValidationError(
151151
{
152152
"partij_identificator_object_id": _(
153-
"ObjectId ongeldig, reden: %s" % (error.message)
153+
"Deze waarde is ongeldig, reden: %s" % (error.message)
154154
)
155155
}
156156
)

0 commit comments

Comments
 (0)