mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-07-22 11:59:33 +00:00
Improved base strings to avoid duplicates
Should not affect already translated strings.
This commit is contained in:
parent
fad7448417
commit
161e374419
@ -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.'))
|
||||
|
||||
@ -23,7 +23,7 @@
|
||||
|
||||
{% block content %}
|
||||
|
||||
<h2>{% trans "Bittorrent (Transmission)" %}</h2>
|
||||
<h2>{% trans "BitTorrent (Transmission)" %}</h2>
|
||||
|
||||
<p>
|
||||
{% blocktrans trimmed %}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user