mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
feat: link to timezone database spells out timezone (#2026)
This commit is contained in:
@@ -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>
|
||||
</>,
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user