Skip to content

Commit 1c7bd57

Browse files
Emyrkkylecarbs
andauthored
chore: clarify region selection behavior (#9021)
* chore: clarify region selection behavior * Update site/src/components/Navbar/NavbarView.tsx Co-authored-by: Kyle Carberry <kyle@coder.com> --------- Co-authored-by: Kyle Carberry <kyle@coder.com>
1 parent 59fd4e8 commit 1c7bd57

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

site/src/components/Navbar/NavbarView.tsx

+3-1
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,9 @@ const ProxyMenu: FC<{ proxyContextValue: ProxyContextValue }> = ({
307307
}}
308308
>
309309
Workspace proxies improve terminal and web app connections to
310-
workspaces. This does not apply to SSH connections.
310+
workspaces. This does not apply to CLI connections. A region must be
311+
manually selected, otherwise the default primary region will be
312+
used.
311313
</Typography>
312314
</Box>
313315
<Divider sx={{ borderColor: (theme) => theme.palette.divider }} />

0 commit comments

Comments
 (0)