diff --git a/plugins/scaffolder/src/components/TemplatePage/TemplatePage.tsx b/plugins/scaffolder/src/components/TemplatePage/TemplatePage.tsx index 0f8ceb7a4e..e68c795bd6 100644 --- a/plugins/scaffolder/src/components/TemplatePage/TemplatePage.tsx +++ b/plugins/scaffolder/src/components/TemplatePage/TemplatePage.tsx @@ -70,7 +70,7 @@ const OWNER_REPO_SCHEMA = { access: { type: 'string' as const, title: 'Access', - description: 'Who should have access, in user or owner/team format', + description: 'Who should have access, in org/team or user format', }, }, };