Skip to content

Commit 939858c

Browse files
committed
update title
1 parent 6fa90ab commit 939858c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

site/src/modules/resources/PortForwardButton.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ export const PortForwardPopoverView: FC<PortForwardPopoverViewProps> = ({
244244
justifyContent="space-between"
245245
alignItems="start"
246246
>
247-
<HelpTooltipTitle>Listening ports</HelpTooltipTitle>
247+
<HelpTooltipTitle>Listening Ports</HelpTooltipTitle>
248248
<HelpTooltipLink
249249
href={docs("/networking/port-forwarding#dashboard")}
250250
>
@@ -253,7 +253,7 @@ export const PortForwardPopoverView: FC<PortForwardPopoverViewProps> = ({
253253
</Stack>
254254
<Stack direction="column" gap={1}>
255255
<HelpTooltipText css={{ color: theme.palette.text.secondary }}>
256-
{"The listening ports are exclusively accessible to you."}
256+
{"The listening ports are exclusively accessible to you. Selecting HTTP/S will change the protocol for all listening ports."}
257257
</HelpTooltipText>
258258
<Stack
259259
direction="row"

0 commit comments

Comments
 (0)