diff --git a/plugins/scaffolder/src/components/fields/RepoUrlPicker/AzureRepoPicker.tsx b/plugins/scaffolder/src/components/fields/RepoUrlPicker/AzureRepoPicker.tsx index c001e8f97f..cd2882ac24 100644 --- a/plugins/scaffolder/src/components/fields/RepoUrlPicker/AzureRepoPicker.tsx +++ b/plugins/scaffolder/src/components/fields/RepoUrlPicker/AzureRepoPicker.tsx @@ -97,7 +97,7 @@ export const AzureRepoPicker = (props: { /> ) : ( <> - Owner + Project onChange({ owner: e.target.value })} @@ -105,7 +105,9 @@ export const AzureRepoPicker = (props: { /> )} - The Owner that this repo will belong to + + The project that this repo will belong to + );