fail2ban: Spelling "Fail2ban" and sentence structure.

Reviewed-by: Johannes Keyser <johanneskeyser@posteo.de>
This commit is contained in:
Allan Nordhøy 2017-11-09 17:04:59 +01:00 committed by Johannes Keyser
parent d635297e1d
commit 59c4e35417
No known key found for this signature in database
GPG Key ID: D1431C2C533CF0D0

View File

@ -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.'))