From a9d1a745ac0f43c2b460d367838f2e42b30d1832 Mon Sep 17 00:00:00 2001 From: Charlie Park Date: Tue, 28 Oct 2025 14:01:33 -0700 Subject: [PATCH] remove underlines --- app/forms/firewall-rules-common.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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. } />