fix: remove mention of protocol lag (#13133)

This commit is contained in:
Garrett Delfosse 2024-05-02 17:10:30 -04:00 committed by GitHub
parent 565b45deba
commit 699e187d55
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -402,7 +402,7 @@ export const PortForwardPopoverView: FC<PortForwardPopoverViewProps> = ({
<HelpTooltipTitle>Shared Ports</HelpTooltipTitle>
<HelpTooltipText css={{ color: theme.palette.text.secondary }}>
{canSharePorts
? "Ports can be shared with other Coder users or with the public. Changing the protocol may take up to 1 minute to take effect."
? "Ports can be shared with other Coder users or with the public."
: "This workspace template does not allow sharing ports. Contact a template administrator to enable port sharing."}
</HelpTooltipText>
{canSharePorts && (