File tree 1 file changed +2
-2
lines changed
site/src/modules/resources
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -244,7 +244,7 @@ export const PortForwardPopoverView: FC<PortForwardPopoverViewProps> = ({
244
244
justifyContent = "space-between"
245
245
alignItems = "start"
246
246
>
247
- < HelpTooltipTitle > Listening ports </ HelpTooltipTitle >
247
+ < HelpTooltipTitle > Listening Ports </ HelpTooltipTitle >
248
248
< HelpTooltipLink
249
249
href = { docs ( "/networking/port-forwarding#dashboard" ) }
250
250
>
@@ -253,7 +253,7 @@ export const PortForwardPopoverView: FC<PortForwardPopoverViewProps> = ({
253
253
</ Stack >
254
254
< Stack direction = "column" gap = { 1 } >
255
255
< 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. " }
257
257
</ HelpTooltipText >
258
258
< Stack
259
259
direction = "row"
You can’t perform that action at this time.
0 commit comments