Skip to content

Commit

Permalink
Update projects/plugins/protect/src/js/routes/firewall/index.jsx
Browse files Browse the repository at this point in the history
Co-authored-by: Kolja Zuelsdorf <[email protected]>
  • Loading branch information
nateweller and ArSn authored Sep 20, 2024
1 parent 4892cab commit 5f62a53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/plugins/protect/src/js/routes/firewall/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@ const FirewallPage = () => {
{ ipBlockListEnabled && (
<Text variant="body-extra-small" mt={ 1 }>
{ __(
'IPv4 and IPv6 supported. Separate IPs with commas, spaces, or new lines. To specify a range, use CIDR notation (i.e. 12.12.12.0/24) or enter the low value and high value separated by a dash (i.e.12.12.12.0–12.12.12.255).',
'IPv4 and IPv6 supported. Separate IPs with commas, spaces, or new lines. To specify a range, use CIDR notation (i.e. 12.12.12.0/24) or enter the low value and high value separated by a dash (i.e. 12.12.12.0–12.12.12.255).',
'jetpack-protect'
) }
</Text>
Expand Down

0 comments on commit 5f62a53

Please sign in to comment.