Skip to content

Commit d677a26

Browse files
committed
tweak help copy
1 parent 18604ea commit d677a26

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/forms/firewall-rules-common.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,6 @@ const ProtocolFilters = ({ control }: { control: Control<FirewallRuleValues> })
453453
<ListboxField
454454
name="protocolType"
455455
label="Protocol filters"
456-
description="Restrict firewall rule to specific protocols"
457456
hideOptionalTag
458457
control={protocolForm.control}
459458
placeholder=""
@@ -466,7 +465,7 @@ const ProtocolFilters = ({ control }: { control: Control<FirewallRuleValues> })
466465
label="ICMP type"
467466
name="icmpType"
468467
control={protocolForm.control}
469-
description="Select ICMP type (leave blank for all)"
468+
description="Leave blank to match any type"
470469
placeholder=""
471470
allowArbitraryValues
472471
items={icmpTypeItems}

0 commit comments

Comments
 (0)