Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 537547f

Browse files
authored
fix: outdated message in latency tooltip (#6043)
1 parent 67db36b commit 537547f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

site/src/components/Resources/AgentLatency.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ export const AgentLatency: FC<{ agent: WorkspaceAgent }> = ({ agent }) => {
6969
>
7070
<HelpTooltipTitle>Latency</HelpTooltipTitle>
7171
<HelpTooltipText>
72-
This is the latency overhead on non peer to peer connections. The star
73-
indicates the preferred relay.
72+
This is the latency overhead on non peer to peer connections. The
73+
first row is the preferred relay.
7474
</HelpTooltipText>
7575

7676
<HelpTooltipText>

0 commit comments

Comments
 (0)