Skip to content

Commit 1a915f5

Browse files
authored
chore: improve workspace proxy copy (#8427)
* chore: workspace proxy copy * fmt
1 parent 12b51ca commit 1a915f5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

site/src/components/Navbar/NavbarView.tsx

+3-3
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ const ProxyMenu: FC<{ proxyContextValue: ProxyContextValue }> = ({
288288
margin: 0,
289289
}}
290290
>
291-
Reduce workspace latency by selecting the region nearest you.
291+
Select a region nearest to you
292292
</Typography>
293293
<Typography
294294
component="p"
@@ -299,8 +299,8 @@ const ProxyMenu: FC<{ proxyContextValue: ProxyContextValue }> = ({
299299
marginTop: 0.5,
300300
}}
301301
>
302-
* Only applies to web connections. Local ssh connections will
303-
automatically select the nearest region based on latency.
302+
Workspace proxies improve terminal and web app connections to
303+
workspaces. This does not apply to SSH connections.
304304
</Typography>
305305
</Box>
306306
<Divider sx={{ borderColor: (theme) => theme.palette.divider }} />

site/src/pages/UserSettingsPage/WorkspaceProxyPage/WorkspaceProxyPage.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export const WorkspaceProxyPage: FC<PropsWithChildren<unknown>> = () => {
88
const styles = useStyles()
99

1010
const description =
11-
"Workspace proxies are used to reduce the latency of connections to your workspaces."
11+
"Workspace proxies improve terminal and web app connections to workspaces."
1212

1313
const {
1414
proxyLatencies,

0 commit comments

Comments
 (0)