Skip to content

Commit e0cc4ee

Browse files
authored
fix: correct english in CreateWorkspacePage (#6797)
1 parent e3a965b commit e0cc4ee

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

site/src/pages/CreateWorkspacePage/CreateWorkspacePageView.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ export const CreateWorkspacePageView: FC<
274274
{props.templateSchema && props.templateSchema.length > 0 && (
275275
<FormSection
276276
title="Template params"
277-
description="Those values are provided by your template's Terraform configuration."
277+
description="These values are provided by your template's Terraform configuration."
278278
>
279279
<FormFields>
280280
{props.templateSchema
@@ -303,7 +303,7 @@ export const CreateWorkspacePageView: FC<
303303
props.templateParameters.filter((p) => p.mutable).length > 0 && (
304304
<FormSection
305305
title="Parameters"
306-
description="Those values are provided by your template's Terraform configuration. Values can be changed after creating the workspace."
306+
description="These parameters are provided by your template's Terraform configuration and can be changed after creating the workspace."
307307
>
308308
<FormFields>
309309
{props.templateParameters.map(
@@ -342,7 +342,7 @@ export const CreateWorkspacePageView: FC<
342342
classes={{ root: styles.warningSection }}
343343
description={
344344
<>
345-
Those values are also parameters provided from your Terraform
345+
These parameters are also provided by your Terraform
346346
configuration but they{" "}
347347
<strong className={styles.warningText}>
348348
cannot be changed after creating the workspace.

0 commit comments

Comments
 (0)