diff --git a/src/caoscrawler/crawl.py b/src/caoscrawler/crawl.py
index c761d730842647a1ec401966c4221811dda1cd9c..1064fbcac355eda620353885852862cfd90df5ba 100644
--- a/src/caoscrawler/crawl.py
+++ b/src/caoscrawler/crawl.py
@@ -692,7 +692,7 @@ one with the entities that need to be updated and the other with entities to be
             upd_problems = []
         if len(ins_problems) > 0 or len(upd_problems) > 0:
             raise ForbiddenTransaction(
-                "One or more Records that have a parent which is excluded from inserts or updates."
+                "One or more Records have a parent which is excluded from inserts or updates."
                 f"\nRecords excluded from inserts have the following RecordTypes:\n"
                 f"{[el.parents[0].name for el in ins_problems]}"
                 f"\nRecords excluded from updates have the following RecordTypes:\n"