mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-09-19 04:59:01 +00:00
wireguard: Fix spelling
Reviewed-by: Sunil Mohan Adapa <sunil@medhas.org>
This commit is contained in:
parent
6e4e472ec0
commit
0a9aed724d
@ -104,7 +104,7 @@ class AddServerForm(forms.Form):
|
|||||||
default_route = forms.BooleanField(
|
default_route = forms.BooleanField(
|
||||||
label=_('Use this connection to send all outgoing traffic'),
|
label=_('Use this connection to send all outgoing traffic'),
|
||||||
required=False, help_text=_(
|
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.'))
|
'is sent.'))
|
||||||
|
|
||||||
def get_settings(self):
|
def get_settings(self):
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user