mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-05-27 10:44:33 +00:00
networks: Update label wording in topology form: Choose → Specify
Reviewed-by: Sunil Mohan Adapa <sunil@medhas.org>
This commit is contained in:
parent
58873d1b45
commit
a0f6b0ea4a
@ -294,7 +294,7 @@ class NetworkTopologyForm(forms.Form):
|
|||||||
"""
|
"""
|
||||||
network_topology = forms.ChoiceField(
|
network_topology = forms.ChoiceField(
|
||||||
label=format_lazy(
|
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),
|
box_name=cfg.box_name),
|
||||||
required=True,
|
required=True,
|
||||||
widget=forms.RadioSelect,
|
widget=forms.RadioSelect,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user