Skip to content

Commit

Permalink
fix: wrong label
Browse files Browse the repository at this point in the history
  • Loading branch information
julian-wasmeier-titanom committed May 25, 2024
1 parent 929bdb5 commit 4b6c06f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/screens/create-task-group.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ export function CreateTaskGroupScreen() {
control={control}
errors={errors}
name="intervalDays"
labelText="Description"
labelText="Interval days"
textInputProps={{ keyboardType: "numeric", returnKeyType: "done" }}
/>
<UserMultiSelect
Expand Down

0 comments on commit 4b6c06f

Please sign in to comment.