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,