Skip to content

Commit

Permalink
Change of verbiage to helper text under the 'Import from Git' text box.
Browse files Browse the repository at this point in the history
Signed-off-by: tyraziel <[email protected]>
  • Loading branch information
tyraziel authored and ibuziuk committed Feb 17, 2025
1 parent 13ab6db commit 4015e95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ exports[`GitRepoLocationInput snapshot 1`] = `
className="pf-c-form__helper-text"
id="git-repo-url-helper"
>
Import from a Git repository to create your first workspace.
Import from a Git repository to launch a Cloud Development Environment.
</div>
</div>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ class ImportFromGit extends React.PureComponent<Props, State> {
validated={validated}
helperTextInvalid={errorMessage}
helperTextInvalidIcon={<ExclamationCircleIcon />}
helperText="Import from a Git repository to create your first workspace."
helperText="Import from a Git repository to launch a Cloud Development Environment."
>
<Flex>
<FlexItem grow={{ default: 'grow' }} style={{ maxWidth: '500px', minWidth: '70%' }}>
Expand Down

0 comments on commit 4015e95

Please sign in to comment.