Making the GitLab repoUrl picker description clearer

Signed-off-by: NishkarshRaj <nishkarshraj000@gmail.com>
This commit is contained in:
NishkarshRaj
2022-09-28 12:58:20 +00:00
parent a825dc658e
commit e4f0a96424
2 changed files with 6 additions and 2 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-scaffolder': patch
---
Making the descrition of the GitLab repoUrl owner more clearer.
@@ -66,8 +66,7 @@ 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>
</>