We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca38bfd commit 18d4340Copy full SHA for 18d4340
site/src/components/Resources/SSHButton/SSHButton.tsx
@@ -41,7 +41,7 @@ export const SSHButton: FC<PropsWithChildren<SSHButtonProps>> = ({
41
endIcon={<KeyboardArrowDown />}
42
css={{ fontSize: 13, padding: "8px 12px" }}
43
>
44
- Connect to SSH
+ Connect via SSH
45
</Button>
46
</PopoverTrigger>
47
0 commit comments