fix: [code-886]: fix text in import space form (#592)

jobatzil/rename
Calvin Lee 2023-09-20 21:37:46 +00:00 committed by Harness
parent 243b0b73ef
commit 8e03eb230a
1 changed files with 1 additions and 1 deletions

View File

@ -166,7 +166,7 @@ const ImportSpaceForm = (props: ImportFormProps) => {
<FormInput.Text
name="organization"
label={
formik.values.gitProvider === Organization.GITHUB
formik.values.gitProvider.toLowerCase() === Organization.GITHUB.toLowerCase()
? getString('importSpace.githubOrg')
: getString('importSpace.gitlabGroup')
}