Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
aj-he committed Jul 8, 2024
1 parent d16a2e3 commit e438b48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arches/app/models/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -2174,7 +2174,7 @@ def clean(self):
f"Attribute nodes must belong to the same graph as the geometry node (error nodeid:{str(node.id)})"
)

# language must be be a valid language code beloging to the current publication
# language must be be a valid language code belonging to the current publication
published_graphs = PublishedGraph.objects.filter(
publication=graph.publication
)
Expand Down

0 comments on commit e438b48

Please sign in to comment.