Skip to content

Commit

Permalink
Fix Lower bound typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Deeroil committed Oct 16, 2024
1 parent 7af44b5 commit 65a8344
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/validators/timeUnit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export const validateTimeUnit = (editData: EditDataType<TimeUnitDetailsType>, fi
},
},
low_bound: {
name: 'Upper Bound',
name: 'Lower Bound',
required: true,
miscCheck: () => {
if (editData.up_bound && editData.up_bound.age! > editData.low_bound!.age!)
Expand Down

0 comments on commit 65a8344

Please sign in to comment.