Merge pull request #13887 from William-Hill-Online/feature/update-repoUrl-owner-description

Making the GitLab repoUrl picker description clearer
This commit is contained in:
Johan Haals
2022-09-28 17:02:39 +02:00
committed by GitHub
2 changed files with 7 additions and 2 deletions
+5
View File
@@ -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.
@@ -66,8 +66,8 @@ export const GitlabRepoPicker = (props: {
</>
)}
<FormHelperText>
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.
</FormHelperText>
</FormControl>
</>