wireguard: Fix spelling

Reviewed-by: Sunil Mohan Adapa <sunil@medhas.org>
This commit is contained in:
Benedek Nagy 2022-01-08 20:00:06 +00:00 committed by Sunil Mohan Adapa
parent 6e4e472ec0
commit 0a9aed724d
No known key found for this signature in database
GPG Key ID: 43EA1CFF0AA7C5F2

View File

@ -104,7 +104,7 @@ class AddServerForm(forms.Form):
default_route = forms.BooleanField(
label=_('Use this connection to send all outgoing traffic'),
required=False, help_text=_(
'Typically checked for a VPN service though which all traffic '
'Typically checked for a VPN service through which all traffic '
'is sent.'))
def get_settings(self):