Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c272057 commit 7e89d91Copy full SHA for 7e89d91
site/src/components/WorkspaceScheduleForm/WorkspaceScheduleForm.tsx
@@ -206,9 +206,9 @@ export const WorkspaceScheduleForm: FC<WorkspaceScheduleFormProps> = ({
206
{...formHelpers(
207
"timezone",
208
<>
209
- Timezone must be a valid{" "}
+ Timezone must be a valid name from the{" "}
210
<Link href="https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List" target="_blank">
211
- tz database name
+ timezone database
212
</Link>
213
</>,
214
)}
0 commit comments