mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
fix: remove mention of protocol lag (#13133)
This commit is contained in:
@@ -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 && (
|
||||
|
||||
Reference in New Issue
Block a user