Skip to content

Commit aac4738

Browse files
committed
wording
1 parent 4b54ae4 commit aac4738

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/components/Navbar/NavbarView.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ const ProxyMenu: FC<{ proxyContextValue: ProxyContextValue }> = ({
283283
e.stopPropagation()
284284
}}
285285
>
286-
Select the closest region to you to improve workspace connections.
286+
To improve workspace connections, select the closest region.
287287
</MenuItem>
288288
<Divider sx={{ borderColor: (theme) => theme.palette.divider }} />
289289
{proxyContextValue.proxies?.map((proxy) => (

0 commit comments

Comments
 (0)