diff --git a/.changeset/olive-peaches-fly.md b/.changeset/olive-peaches-fly.md new file mode 100644 index 0000000000..58dd3250df --- /dev/null +++ b/.changeset/olive-peaches-fly.md @@ -0,0 +1,8 @@ +--- +'@backstage/plugin-scaffolder': patch +--- + +Fix the display of the description in `GitlabRepoPicker`: + +- Move `owner.description` helper text outside the `allowedOwners` conditional so it renders for both `Select` and `Autocomplete` modes. +- Update the `Autocomplete` label to use `fields.gitlabRepoPicker.owner.inputTitle` instead of `fields.gitlabRepoPicker.owner.title`.