Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite0cc4ee

Browse files
authored
fix: correct english in CreateWorkspacePage (#6797)
1 parente3a965b commite0cc4ee

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 alsoparametersprovidedfrom your Terraform
345+
These parameters are also providedby your Terraform
346346
configuration but they{" "}
347347
<strongclassName={styles.warningText}>
348348
cannot be changed after creating the workspace.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp