Merge pull request #5589 from adamdmharvey/import
catalog-import: Update wording in the UI
This commit is contained in:
@@ -275,7 +275,7 @@ export function defaultGenerateStepper(
|
||||
}
|
||||
/>
|
||||
<FormHelperText>
|
||||
WARNING: This may fail is no CODEOWNERS file is found at
|
||||
WARNING: This may fail if no CODEOWNERS file is found at
|
||||
the target location.
|
||||
</FormHelperText>
|
||||
</>
|
||||
|
||||
+3
-4
@@ -176,10 +176,9 @@ export const StepPrepareCreatePullRequest = ({
|
||||
return (
|
||||
<>
|
||||
<Typography>
|
||||
You entered a link to a {analyzeResult.integrationType} repository but
|
||||
we didn't found a <code>catalog-info.yaml</code>. Use this form to
|
||||
create a Pull Request that creates an initial{' '}
|
||||
<code>catalog-info.yaml</code>.
|
||||
You entered a link to a {analyzeResult.integrationType} repository but a{' '}
|
||||
<code>catalog-info.yaml</code> could not be found. Use this form to open
|
||||
a Pull Request that creates one.
|
||||
</Typography>
|
||||
|
||||
<PreparePullRequestForm<FormData>
|
||||
|
||||
Reference in New Issue
Block a user