File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
components/dashboard/src/teams Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -115,13 +115,13 @@ export default function TeamOnboardingPage() {
115115 < ConfigurationSettingsField >
116116 < Heading3 > Suggested repositories</ Heading3 >
117117 < Subheading >
118- A list of repositories suggested to new organization members. To manage recommended
119- repositories, visit the{ " " }
118+ A list of repositories suggested to new organization members. You can toggle a repository's
119+ visibility in the onboarding process by visiting the{ " " }
120120 < Link to = "/repositories" className = "gp-link" >
121121 Repository settings
122122 </ Link > { " " }
123- page and add / remove repositories from the list using the context menu on the corresponding
124- repository's row .
123+ page and toggling the "Mark this repository as Suggested" setting under the details of the
124+ repository.
125125 </ Subheading >
126126 { ( suggestedRepos ?? [ ] ) . length > 0 && (
127127 < Table className = "mt-4" >
You can’t perform that action at this time.
0 commit comments