From 08c7d2414d3b84768f90a517790c065de4f3c556 Mon Sep 17 00:00:00 2001 From: "Clemens S. Heithecker" Date: Thu, 22 Sep 2022 10:40:40 +0200 Subject: [PATCH] Change `Owner` to `Project` for Azure host Signed-off-by: Clemens S. Heithecker --- .../src/components/fields/RepoUrlPicker/AzureRepoPicker.tsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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 + );