Skip to content

Commit 905f755

Browse files
committed
change ssh_connection UI label
1 parent 15f24ac commit 905f755

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/utils/workspace.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ export const getDisplayWorkspaceBuildInitiatedBy = (
8888
case "cli":
8989
return "CLI";
9090
case "ssh_connection":
91-
return "User SSH Connection";
91+
return "SSH Connection";
9292
case "vscode_connection":
9393
return "VSCode Connection";
9494
case "jetbrains_connection":

0 commit comments

Comments
 (0)