feat: link to timezone database spells out timezone (#2026)

This commit is contained in:
Abhineet Jain
2022-06-03 14:57:09 +00:00
committed by GitHub
parent c2720577cb
commit 7e89d91ce3
@@ -206,9 +206,9 @@ export const WorkspaceScheduleForm: FC<WorkspaceScheduleFormProps> = ({
{...formHelpers(
"timezone",
<>
Timezone must be a valid{" "}
Timezone must be a valid name from the{" "}
<Link href="https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List" target="_blank">
tz database name
timezone database
</Link>
</>,
)}