From a0f6b0ea4a20a341f0eda4bd7a9c3f6eade0ac53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Allan=20Nordh=C3=B8y?= Date: Tue, 24 Mar 2020 14:12:35 +0000 Subject: [PATCH] =?UTF-8?q?networks:=20Update=20label=20wording=20in=20top?= =?UTF-8?q?ology=20form:=20Choose=20=E2=86=92=20Specify?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reviewed-by: Sunil Mohan Adapa --- plinth/modules/networks/forms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plinth/modules/networks/forms.py b/plinth/modules/networks/forms.py index 5467509ce..902c77f7f 100644 --- a/plinth/modules/networks/forms.py +++ b/plinth/modules/networks/forms.py @@ -294,7 +294,7 @@ class NetworkTopologyForm(forms.Form): """ network_topology = forms.ChoiceField( label=format_lazy( - _('Choose how your {box_name} is connected to your network'), + _('Specify how your {box_name} is connected to your network'), box_name=cfg.box_name), required=True, widget=forms.RadioSelect,