Merge pull request #5589 from adamdmharvey/import

catalog-import: Update wording in the UI
This commit is contained in:
Fredrik Adelöw
2021-05-05 18:31:03 +02:00
committed by GitHub
3 changed files with 9 additions and 5 deletions
@@ -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>
</>
@@ -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>