We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 034416f commit 0c18a23Copy full SHA for 0c18a23
site/src/components/WorkspaceScheduleForm/WorkspaceScheduleForm.tsx
@@ -33,7 +33,7 @@ dayjs.extend(timezone)
33
34
export const Language = {
35
errorNoDayOfWeek: "Must set at least one day of week if start time is set",
36
- errorNoTime: "Start time is required",
+ errorNoTime: "Start time is required when days of the week are selected",
37
errorTime: "Time must be in HH:mm format (24 hours)",
38
errorTimezone: "Invalid timezone",
39
daysOfWeekLabel: "Days of Week",
0 commit comments