From 0a9aed724d72b45aa0a0445c4c410f4264dd70f7 Mon Sep 17 00:00:00 2001 From: Benedek Nagy Date: Sat, 8 Jan 2022 20:00:06 +0000 Subject: [PATCH] wireguard: Fix spelling Reviewed-by: Sunil Mohan Adapa --- plinth/modules/wireguard/forms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plinth/modules/wireguard/forms.py b/plinth/modules/wireguard/forms.py index baa205599..75e1a9f24 100644 --- a/plinth/modules/wireguard/forms.py +++ b/plinth/modules/wireguard/forms.py @@ -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):