diff --git a/plinth/modules/networks/forms.py b/plinth/modules/networks/forms.py index 07a11d034..69eba6af9 100644 --- a/plinth/modules/networks/forms.py +++ b/plinth/modules/networks/forms.py @@ -35,8 +35,7 @@ class ConnectionForm(forms.Form): label=_('Firewall Zone'), help_text=_('The firewall zone will control which services are ' 'available over this interfaces. Select Internal only ' - 'for trusted networks.'), - choices=[('external', _('External')), ('internal', _('Internal'))]) + 'for trusted networks.'), choices=network.ZONES) ipv4_method = forms.ChoiceField( label=_('IPv4 Addressing Method'), help_text=format_lazy( _('"Automatic" method will make {box_name} acquire ' diff --git a/plinth/modules/networks/templates/connection_show.html b/plinth/modules/networks/templates/connection_show.html index e0a35a81f..11bc00b23 100644 --- a/plinth/modules/networks/templates/connection_show.html +++ b/plinth/modules/networks/templates/connection_show.html @@ -71,17 +71,17 @@