Skip to content

Commit ae62525

Browse files
ammariopresleyp
andcommitted
Update site/src/pages/UserSettingsPage/SSHKeysPage/SSHKeysPage.tsx
Co-authored-by: Presley Pizzo <1290996+presleyp@users.noreply.github.com>
1 parent b940f5b commit ae62525

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

site/src/pages/UserSettingsPage/SSHKeysPage/SSHKeysPage.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ export const Language = {
99
title: "SSH keys",
1010
description: (
1111
<p>
12-
Git in workspaces is authenticated with the following public key. You may add it to Git
12+
The following public key is used to authenticate Git in workspaces. You may add it to Git
1313
services (such as GitHub) that you need to access from your workspace. <br />
1414
<br />
15-
Coder sets <code>$GIT_SSH_COMMAND</code> to perform the override.
15+
Coder configures authentication via <code>$GIT_SSH_COMMAND</code>.
1616
</p>
1717
),
1818
regenerateDialogTitle: "Regenerate SSH key?",

0 commit comments

Comments
 (0)