Skip to content

Commit 59f7f4e

Browse files
committed
typo
1 parent 96bc473 commit 59f7f4e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

inc/admin/advanced-settings.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ function adminAdvancedSettings()
88
** Section "Stream mode" **
99
**************************/
1010

11-
add_settings_section('crowdsec_admin_advanced_stream_mode', 'Communication method to the API', function () {
11+
add_settings_section('crowdsec_admin_advanced_stream_mode', 'Communication mode to the API', function () {
1212
}, 'crowdsec_advanced_settings');
1313

1414
// Field "crowdsec_stream_mode"

inc/admin/settings.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@ function adminSettings()
4949
}, '<p>
5050
Select one of the four bouncing modes:<br>
5151
<ul>
52-
<li><i>Bouncing disabled</i>: No ban or Captcha display to users. The road is free, even for attackers.</li>
53-
<li><i>Flex bouncing</i>: Display Captcha only, even if CrowdSec advises to ban the IP.</li>
54-
<li><i>Normal bouncing</i>: Follow CrowdSec advice (Ban or Captcha).</li>
55-
<li><i>Paranoid mode</i>: Ban IPs when there are in the CrowdSec database, even if CrowdSec advises to display a Captcha.</li>
52+
<li><strong>Bouncing disabled</strong>: No ban or Captcha display to users. The road is free, even for attackers.</li>
53+
<li><strong>Flex bouncing</strong>: Display Captcha only, even if CrowdSec advises to ban the IP.</li>
54+
<li><strong>Normal bouncing</strong>: Follow CrowdSec advice (Ban or Captcha).</li>
55+
<li><strong>Paranoid mode</strong>: Ban IPs when there are in the CrowdSec database, even if CrowdSec advises to display a Captcha.</li>
5656
</ul>
5757
</p>', [
5858
CROWDSEC_BOUNCING_LEVEL_DISABLED => '🚫 Bouncing disabled',

0 commit comments

Comments
 (0)