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 4b54ae4 commit aac4738Copy full SHA for aac4738
site/src/components/Navbar/NavbarView.tsx
@@ -283,7 +283,7 @@ const ProxyMenu: FC<{ proxyContextValue: ProxyContextValue }> = ({
283
e.stopPropagation()
284
}}
285
>
286
- Select the closest region to you to improve workspace connections.
+ To improve workspace connections, select the closest region.
287
</MenuItem>
288
<Divider sx={{ borderColor: (theme) => theme.palette.divider }} />
289
{proxyContextValue.proxies?.map((proxy) => (
0 commit comments