Skip to content

Commit 60f3351

Browse files
authored
chore: add protocol lag to shared ports description (#12728)
1 parent fd8010c commit 60f3351

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/modules/resources/PortForwardButton.tsx

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

0 commit comments

Comments
 (0)