File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
site/src/pages/UserSettingsPage/WorkspaceProxyPage Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,9 +9,9 @@ export const WorkspaceProxyPage: FC<PropsWithChildren<unknown>> = () => {
9
9
const styles = useStyles ( )
10
10
11
11
const description =
12
- "Workspace proxies are used to reduce the latency of connections to a " +
13
- "workspace. To get the best experience, choose the workspace proxy that is" +
14
- "closest located to you. This selection only affects browser connections to your workspace."
12
+ "Workspace proxies are used to reduce the latency of connections to your workspaces. " +
13
+ "To get the best experience, choose the workspace proxy that is closest to you. " +
14
+ "This selection only affects browser connections to your workspace."
15
15
16
16
const {
17
17
proxies,
You can’t perform that action at this time.
0 commit comments