From ca99793f73c567a85628a12e9f35515a5266b1ed Mon Sep 17 00:00:00 2001 From: Andrew Potozniak Date: Wed, 12 Feb 2025 16:14:06 +0000 Subject: [PATCH] Removed 'a devfile' --- .../ImportFromGit/__tests__/__snapshots__/index.spec.tsx.snap | 2 +- .../dashboard-frontend/src/components/ImportFromGit/index.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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." >