Skip to content

Commit 6afbb74

Browse files
committed
improve error message
1 parent 8bedc8a commit 6afbb74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/components/WorkspaceStats/WorkspaceScheduleForm.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ dayjs.extend(timezone)
2727

2828
export const Language = {
2929
errorNoDayOfWeek: "Must set at least one day of week",
30-
errorTime: "Invalid time",
30+
errorTime: "Time must be in HH:mm format (24 hours)",
3131
errorTimezone: "Invalid timezone",
3232
daysOfWeekLabel: "Days of Week",
3333
daySundayLabel: "Sunday",

0 commit comments

Comments
 (0)