Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7e89d91

Browse files
authored
feat: link to timezone database spells out timezone (#2026)
1 parent c272057 commit 7e89d91

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

site/src/components/WorkspaceScheduleForm/WorkspaceScheduleForm.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -206,9 +206,9 @@ export const WorkspaceScheduleForm: FC<WorkspaceScheduleFormProps> = ({
206206
{...formHelpers(
207207
"timezone",
208208
<>
209-
Timezone must be a valid{" "}
209+
Timezone must be a valid name from the{" "}
210210
<Link href="https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List" target="_blank">
211-
tz database name
211+
timezone database
212212
</Link>
213213
</>,
214214
)}

0 commit comments

Comments
 (0)