We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f9a3ea commit c3e60dcCopy full SHA for c3e60dc
site/src/pages/UserSettingsPage/WorkspaceProxyPage/WorkspaceProxyPage.tsx
@@ -9,9 +9,9 @@ export const WorkspaceProxyPage: FC<PropsWithChildren<unknown>> = () => {
9
const styles = useStyles()
10
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."
+ "Workspace proxies are used to reduce the latency of connections to your workspaces." +
+ "To get the best experience, choose the workspace proxy that is closest to you." +
+ "This selection only affects browser connections to your workspace."
15
16
const {
17
proxies,
0 commit comments