mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-05-20 10:34:30 +00:00
fail2ban: Spelling "Fail2ban" and sentence structure.
Reviewed-by: Johannes Keyser <johanneskeyser@posteo.de>
This commit is contained in:
parent
d635297e1d
commit
59c4e35417
@ -32,7 +32,7 @@ class SecurityForm(forms.Form):
|
|||||||
'Console users may be able to access some services '
|
'Console users may be able to access some services '
|
||||||
'without further authorization.'))
|
'without further authorization.'))
|
||||||
fail2ban_enabled = forms.BooleanField(
|
fail2ban_enabled = forms.BooleanField(
|
||||||
label=_('Fail2ban (recommended)'), required=False,
|
label=_('Fail2Ban (recommended)'), required=False,
|
||||||
help_text=_('When this option is enabled, fail2ban will limit brute force '
|
help_text=_('When this option is enabled, Fail2Ban will limit brute force '
|
||||||
'break-in attempts to the SSH server and other password protected '
|
'break-in attempts to the SSH server and other enabled '
|
||||||
'internet-services which are enabled.'))
|
'password protected internet-services.'))
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user