Skip to content

Commit 841f75e

Browse files
committed
Fix label for annotation switch
1 parent eefd3cf commit 841f75e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

components/dashboard/src/teams/TeamSettings.tsx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -230,12 +230,13 @@ export default function TeamSettingsPage() {
230230
hint={
231231
<>
232232
Add a <code>Tool:</code> field to all git commit messages created from workspaces in
233-
your organization to associate them with the Gitpod instance.
233+
your organization to associate them with this Gitpod instance.
234234
</>
235235
}
236+
id="annotate-git-commits"
236237
>
237238
<SwitchInputField
238-
id="prebuild-full-clone-enabled"
239+
id="annotate-git-commits"
239240
checked={settings?.annotateGitCommits || false}
240241
disabled={!isOwner || isLoading}
241242
onCheckedChange={handleUpdateAnnotatedCommits}

0 commit comments

Comments
 (0)