Skip to content

Commit c3e60dc

Browse files
authored
chore: Fix proxy description wording on workspace proxy page (#7448)
1 parent 8f9a3ea commit c3e60dc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ export const WorkspaceProxyPage: FC<PropsWithChildren<unknown>> = () => {
99
const styles = useStyles()
1010

1111
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."
1515

1616
const {
1717
proxies,

0 commit comments

Comments
 (0)