Skip to content

Commit

Permalink
Removed 'a devfile'
Browse files Browse the repository at this point in the history
  • Loading branch information
tyraziel committed Feb 12, 2025
1 parent 2e0d8ea commit ca99793
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 a devfile from a Git repository to launch a Cloud Development Environment.
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 a devfile from a Git repository to launch a Cloud Development Environment."
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 ca99793

Please sign in to comment.