File tree 2 files changed +4
-4
lines changed
pages/UserSettingsPage/WorkspaceProxyPage
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -288,7 +288,7 @@ const ProxyMenu: FC<{ proxyContextValue: ProxyContextValue }> = ({
288
288
margin : 0 ,
289
289
} }
290
290
>
291
- Reduce workspace latency by selecting the region nearest you.
291
+ Select a region nearest to you
292
292
</ Typography >
293
293
< Typography
294
294
component = "p"
@@ -299,8 +299,8 @@ const ProxyMenu: FC<{ proxyContextValue: ProxyContextValue }> = ({
299
299
marginTop : 0.5 ,
300
300
} }
301
301
>
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 .
304
304
</ Typography >
305
305
</ Box >
306
306
< Divider sx = { { borderColor : ( theme ) => theme . palette . divider } } />
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ export const WorkspaceProxyPage: FC<PropsWithChildren<unknown>> = () => {
8
8
const styles = useStyles ( )
9
9
10
10
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."
12
12
13
13
const {
14
14
proxyLatencies,
You can’t perform that action at this time.
0 commit comments