Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit1a915f5

Browse files
authored
chore: improve workspace proxy copy (#8427)
* chore: workspace proxy copy* fmt
1 parent12b51ca commit1a915f5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

‎site/src/components/Navbar/NavbarView.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ const ProxyMenu: FC<{ proxyContextValue: ProxyContextValue }> = ({
288288
margin:0,
289289
}}
290290
>
291-
Reduce workspace latency by selecting theregion nearest you.
291+
Select aregion nearesttoyou
292292
</Typography>
293293
<Typography
294294
component="p"
@@ -299,8 +299,8 @@ const ProxyMenu: FC<{ proxyContextValue: ProxyContextValue }> = ({
299299
marginTop:0.5,
300300
}}
301301
>
302-
* Only applies towebconnections. Local sshconnectionswill
303-
automatically select the nearest region based on latency.
302+
Workspace proxies improve terminal andwebappconnectionsto
303+
workspaces. This does not apply to SSH connections.
304304
</Typography>
305305
</Box>
306306
<Dividersx={{borderColor:(theme)=>theme.palette.divider}}/>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export const WorkspaceProxyPage: FC<PropsWithChildren<unknown>> = () => {
88
conststyles=useStyles()
99

1010
constdescription=
11-
"Workspace proxiesare used to reduce the latency ofconnections to your workspaces."
11+
"Workspace proxiesimprove terminal and web appconnections to workspaces."
1212

1313
const{
1414
proxyLatencies,

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp