diff --git a/.changeset/brave-peaches-brush.md b/.changeset/brave-peaches-brush.md new file mode 100644 index 0000000000..f0661ba818 --- /dev/null +++ b/.changeset/brave-peaches-brush.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-scaffolder': patch +--- + +Making the description of the GitLab repoUrl owner field more clearer by focusing it refers to the GitLab namespace. diff --git a/plugins/scaffolder/src/components/fields/RepoUrlPicker/GitlabRepoPicker.tsx b/plugins/scaffolder/src/components/fields/RepoUrlPicker/GitlabRepoPicker.tsx index c628b364b9..fbcc13c846 100644 --- a/plugins/scaffolder/src/components/fields/RepoUrlPicker/GitlabRepoPicker.tsx +++ b/plugins/scaffolder/src/components/fields/RepoUrlPicker/GitlabRepoPicker.tsx @@ -66,8 +66,8 @@ export const GitlabRepoPicker = (props: { )} - The organization, groups, subgroups, user, project (also known as - namespaces in gitlab), that this repo will belong to + GitLab namespace where this repository will belong to. It can be the + name of organization, group, subgroup, user, or the project.