Skip to content

Commit

Permalink
Use the word violations consistently
Browse files Browse the repository at this point in the history
  • Loading branch information
mattdailis committed Jan 11, 2024
1 parent c097fcc commit bcd265f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/plans/[id]/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -617,7 +617,7 @@
<VerticalCollapseIcon />
<svelte:fragment slot="metadata">
<div>
Constraint violations: {Object.values($constraintResponseMap).filter(
Constraints violated: {Object.values($constraintResponseMap).filter(
response => response.results.violations.length,
).length}
</div>
Expand Down

0 comments on commit bcd265f

Please sign in to comment.