chore: add protocol lag to shared ports description (#12728)

This commit is contained in:
Garrett Delfosse 2024-03-25 15:28:38 -04:00 committed by GitHub
parent fd8010c26d
commit 60f335113c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -381,7 +381,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."
? "Ports can be shared with other Coder users or with the public. Changing the protocol may take up to 1 minute to take effect."
: "This workspace template does not allow sharing ports. Contact a template administrator to enable port sharing."}
</HelpTooltipText>
{canSharePorts && (