Merge pull request #10756 from shvmbisht/change-input-label

Change input label for owner field in GitlabRepoPicker
This commit is contained in:
Ben Lambert
2022-04-12 11:02:17 +02:00
committed by GitHub
2 changed files with 7 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-scaffolder': patch
---
Changed input label for owner field in GitlabRepoPicker
@@ -65,7 +65,8 @@ export const GitlabRepoPicker = (props: {
</>
)}
<FormHelperText>
The organization, user or project that this repo will belong to
The organization, groups, subgroups, user, project (also known as
namespaces in gitlab), that this repo will belong to
</FormHelperText>
</FormControl>
<FormControl