update interval text

This commit is contained in:
Maidul Islam
2024-02-15 14:50:42 -05:00
parent b74ce14d80
commit f8a8ea2118

View File

@@ -75,7 +75,7 @@ export const CreateReminderForm = ({
<>
<FormControl
className="mb-0"
label="How many days between"
label="Reminder Interval (in days)"
isError={Boolean(fieldState.error)}
errorText={fieldState.error?.message || ""}
>