We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 730039f commit dd67283Copy full SHA for dd67283
site/src/pages/UserSettingsPage/WorkspaceProxyPage/WorkspaceProxyPage.tsx
@@ -11,7 +11,7 @@ export const WorkspaceProxyPage: FC<PropsWithChildren<unknown>> = () => {
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."
+ "closest located to you. This selection only affects browser connections to your workspace."
15
16
const {
17
proxies,
0 commit comments