catalog-import: replace Repository URL text with URL

Repository URL is confusing term as users often paste the link to a repository, while in most cases it's a link to the catalog-info.yaml path.

Signed-off-by: Himanshu Mishra <himanshu@orkohunter.net>
This commit is contained in:
Himanshu Mishra
2023-06-28 17:42:15 +05:30
parent ccb94c4734
commit 73076973ec
@@ -147,7 +147,7 @@ export const StepInitAnalyzeUrl = (props: StepInitAnalyzeUrlProps) => {
)}
fullWidth
id="url"
label="Repository URL"
label="URL"
placeholder={exampleLocationUrl}
helperText="Enter the full path to your entity file to start tracking your component"
margin="normal"