Skip to content

Commit

Permalink
tweak firewall rule copy (closes #2348)
Browse files Browse the repository at this point in the history
  • Loading branch information
david-crespo committed Aug 19, 2024
1 parent 22bdac7 commit 2f83a1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/forms/firewall-rules-common.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -310,8 +310,8 @@ export const CommonFields = ({ error, control, nameTaken }: 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&rsquo;s an outbound rule).
With multiple filters, the rule applies to traffic matching{' '}
<span className="underline">all</span> filters.
With multiple filter types, the rule applies to traffic matching at least one
filter of <span className="underline">every</span> type.
</>
}
/>
Expand Down

0 comments on commit 2f83a1f

Please sign in to comment.