File tree 1 file changed +3
-3
lines changed
site/src/pages/CreateWorkspacePage 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -274,7 +274,7 @@ export const CreateWorkspacePageView: FC<
274
274
{ props . templateSchema && props . templateSchema . length > 0 && (
275
275
< FormSection
276
276
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."
278
278
>
279
279
< FormFields >
280
280
{ props . templateSchema
@@ -303,7 +303,7 @@ export const CreateWorkspacePageView: FC<
303
303
props . templateParameters . filter ( ( p ) => p . mutable ) . length > 0 && (
304
304
< FormSection
305
305
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."
307
307
>
308
308
< FormFields >
309
309
{ props . templateParameters . map (
@@ -342,7 +342,7 @@ export const CreateWorkspacePageView: FC<
342
342
classes = { { root : styles . warningSection } }
343
343
description = {
344
344
< >
345
- Those values are also parameters provided from your Terraform
345
+ These parameters are also provided by your Terraform
346
346
configuration but they{ " " }
347
347
< strong className = { styles . warningText } >
348
348
cannot be changed after creating the workspace.
You can’t perform that action at this time.
0 commit comments