mirror of
https://github.com/coder/coder.git
synced 2026-09-22 05:05:20 +08:00
fix: outdated message in latency tooltip (#6043)
This commit is contained in:
@@ -69,8 +69,8 @@ export const AgentLatency: FC<{ agent: WorkspaceAgent }> = ({ agent }) => {
|
||||
>
|
||||
<HelpTooltipTitle>Latency</HelpTooltipTitle>
|
||||
<HelpTooltipText>
|
||||
This is the latency overhead on non peer to peer connections. The star
|
||||
indicates the preferred relay.
|
||||
This is the latency overhead on non peer to peer connections. The
|
||||
first row is the preferred relay.
|
||||
</HelpTooltipText>
|
||||
|
||||
<HelpTooltipText>
|
||||
|
||||
Reference in New Issue
Block a user