From 219abcc94546c0e5982c30ad7cc76369537c5c37 Mon Sep 17 00:00:00 2001 From: Ben Potter Date: Tue, 11 Jul 2023 11:28:22 -0400 Subject: [PATCH 1/2] chore: workspace proxy copy --- site/src/components/Navbar/NavbarView.tsx | 5 ++--- .../WorkspaceProxyPage/WorkspaceProxyPage.tsx | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/site/src/components/Navbar/NavbarView.tsx b/site/src/components/Navbar/NavbarView.tsx index a2ae924fbb039..1e5f75807dd8b 100644 --- a/site/src/components/Navbar/NavbarView.tsx +++ b/site/src/components/Navbar/NavbarView.tsx @@ -288,7 +288,7 @@ const ProxyMenu: FC<{ proxyContextValue: ProxyContextValue }> = ({ margin: 0, }} > - Reduce workspace latency by selecting the region nearest you. + Select a region nearest to you = ({ marginTop: 0.5, }} > - * Only applies to web connections. Local ssh connections will - automatically select the nearest region based on latency. + Workspace proxies improve terminal and web app connections to workspaces. This does not apply to SSH connections. theme.palette.divider }} /> diff --git a/site/src/pages/UserSettingsPage/WorkspaceProxyPage/WorkspaceProxyPage.tsx b/site/src/pages/UserSettingsPage/WorkspaceProxyPage/WorkspaceProxyPage.tsx index 50c4e503646ec..88d337bf43cac 100644 --- a/site/src/pages/UserSettingsPage/WorkspaceProxyPage/WorkspaceProxyPage.tsx +++ b/site/src/pages/UserSettingsPage/WorkspaceProxyPage/WorkspaceProxyPage.tsx @@ -8,7 +8,7 @@ export const WorkspaceProxyPage: FC> = () => { const styles = useStyles() const description = - "Workspace proxies are used to reduce the latency of connections to your workspaces." + "Workspace proxies improve terminal and web app connections to workspaces." const { proxyLatencies, From 323ad9a7b76096849cf2aafaae0f22d7a2e728e7 Mon Sep 17 00:00:00 2001 From: Ben Date: Fri, 21 Jul 2023 13:31:09 +0000 Subject: [PATCH 2/2] fmt --- site/src/components/Navbar/NavbarView.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/site/src/components/Navbar/NavbarView.tsx b/site/src/components/Navbar/NavbarView.tsx index 1e5f75807dd8b..32d6d491de008 100644 --- a/site/src/components/Navbar/NavbarView.tsx +++ b/site/src/components/Navbar/NavbarView.tsx @@ -299,7 +299,8 @@ const ProxyMenu: FC<{ proxyContextValue: ProxyContextValue }> = ({ marginTop: 0.5, }} > - Workspace proxies improve terminal and web app connections to workspaces. This does not apply to SSH connections. + Workspace proxies improve terminal and web app connections to + workspaces. This does not apply to SSH connections. theme.palette.divider }} />