diff --git a/plinth/modules/networks/forms.py b/plinth/modules/networks/forms.py index 6a627c892..5aeb6f3b1 100644 --- a/plinth/modules/networks/forms.py +++ b/plinth/modules/networks/forms.py @@ -132,7 +132,7 @@ class AddWifiForm(forms.Form): """Form to create a new Wi-Fi connection.""" name = forms.CharField(label=_('Connection Name')) interface = forms.ChoiceField( - label=_('Physical interface'), + label=_('Physical Interface'), choices=(), help_text=_('The network device that this connection should be bound ' 'to.')) diff --git a/plinth/modules/transmission/templates/transmission.html b/plinth/modules/transmission/templates/transmission.html index 414a722da..de67c4908 100644 --- a/plinth/modules/transmission/templates/transmission.html +++ b/plinth/modules/transmission/templates/transmission.html @@ -23,7 +23,7 @@ {% block content %} -
{% blocktrans trimmed %}