diff --git a/packages/dashboard-frontend/src/components/ImportFromGit/__tests__/__snapshots__/index.spec.tsx.snap b/packages/dashboard-frontend/src/components/ImportFromGit/__tests__/__snapshots__/index.spec.tsx.snap index 2c3672551..a4b9c0986 100644 --- a/packages/dashboard-frontend/src/components/ImportFromGit/__tests__/__snapshots__/index.spec.tsx.snap +++ b/packages/dashboard-frontend/src/components/ImportFromGit/__tests__/__snapshots__/index.spec.tsx.snap @@ -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. diff --git a/packages/dashboard-frontend/src/components/ImportFromGit/index.tsx b/packages/dashboard-frontend/src/components/ImportFromGit/index.tsx index 5372d3f34..c2142ea81 100644 --- a/packages/dashboard-frontend/src/components/ImportFromGit/index.tsx +++ b/packages/dashboard-frontend/src/components/ImportFromGit/index.tsx @@ -180,7 +180,7 @@ class ImportFromGit extends React.PureComponent { validated={validated} helperTextInvalid={errorMessage} helperTextInvalidIcon={} - 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." >