Improper English on an error message in records_linkin.py
in app/api/routes/osdu/records_linkin.py
detail=f"Record {parent_id} has found but couldn't be updated due to the wrong {child_id_field} type",
This is improper English. Maybe replace with:
"Record {parent_id} has been found, but cannot be updated due to the wrong {child_id_field} type}"