diff --git a/app/forms/firewall-rules-common.tsx b/app/forms/firewall-rules-common.tsx index 137a73be2f..d305fb8bc6 100644 --- a/app/forms/firewall-rules-common.tsx +++ b/app/forms/firewall-rules-common.tsx @@ -626,8 +626,8 @@ export const CommonFields = ({ control, nameTaken, error }: CommonFieldsProps) = apply the rule to traffic going to all matching instances.
- Targets are additive: the rule applies to instances matching{' '} - any target. + Targets are additive: the rule applies to instances matching any{' '} + target.
> } @@ -643,7 +643,7 @@ export const CommonFields = ({ control, nameTaken, error }: CommonFieldsProps) = Filters reduce the scope of this rule. Without filters, the rule applies to all traffic to the targets (or from the targets, if it’s an outbound rule). With multiple filter types, the rule applies to traffic matching at least one - filter of every type. + filter of every type. > } />