mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-03-11 09:04:54 +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(
|
||||
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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user