Skip to content

Commit e500cce

Browse files
committed
fix copy
Tool: gitpod/catfood.gitpod.cloud
1 parent 11f2147 commit e500cce

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

components/dashboard/src/teams/TeamOnboarding.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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">

0 commit comments

Comments
 (0)