mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
chore: Fix proxy description wording on workspace proxy page (#7448)
This commit is contained in:
@@ -9,9 +9,9 @@ export const WorkspaceProxyPage: FC<PropsWithChildren<unknown>> = () => {
|
||||
const styles = useStyles()
|
||||
|
||||
const description =
|
||||
"Workspace proxies are used to reduce the latency of connections to a" +
|
||||
"workspace. To get the best experience, choose the workspace proxy that is" +
|
||||
"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."
|
||||
|
||||
const {
|
||||
proxies,
|
||||
|
||||
Reference in New Issue
Block a user