Skip to content

Commit 4015e95

Browse files
tyrazielibuziuk
authored andcommitted
Change of verbiage to helper text under the 'Import from Git' text box.
Signed-off-by: tyraziel <potozniak@redhat.com>
1 parent 13ab6db commit 4015e95

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/dashboard-frontend/src/components/ImportFromGit/__tests__/__snapshots__/index.spec.tsx.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ exports[`GitRepoLocationInput snapshot 1`] = `
115115
className="pf-c-form__helper-text"
116116
id="git-repo-url-helper"
117117
>
118-
Import from a Git repository to create your first workspace.
118+
Import from a Git repository to launch a Cloud Development Environment.
119119
</div>
120120
</div>
121121
</div>

packages/dashboard-frontend/src/components/ImportFromGit/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ class ImportFromGit extends React.PureComponent<Props, State> {
180180
validated={validated}
181181
helperTextInvalid={errorMessage}
182182
helperTextInvalidIcon={<ExclamationCircleIcon />}
183-
helperText="Import from a Git repository to create your first workspace."
183+
helperText="Import from a Git repository to launch a Cloud Development Environment."
184184
>
185185
<Flex>
186186
<FlexItem grow={{ default: 'grow' }} style={{ maxWidth: '500px', minWidth: '70%' }}>

0 commit comments

Comments
 (0)