Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
change ssh_connection UI label
  • Loading branch information
kacpersaw committed Jul 10, 2025
commit 905f7551a9d3446b9268c1af6d7a4a99447a04d6
2 changes: 1 addition & 1 deletion site/src/utils/workspace.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ export const getDisplayWorkspaceBuildInitiatedBy = (
case "cli":
return "CLI";
case "ssh_connection":
return "User SSH Connection";
return "SSH Connection";
case "vscode_connection":
return "VSCode Connection";
case "jetbrains_connection":
Expand Down