networks: Update label wording in topology form: Choose → Specify

Reviewed-by: Sunil Mohan Adapa <sunil@medhas.org>
This commit is contained in:
Allan Nordhøy 2020-03-24 14:12:35 +00:00 committed by Sunil Mohan Adapa
parent 58873d1b45
commit a0f6b0ea4a
No known key found for this signature in database
GPG Key ID: 43EA1CFF0AA7C5F2

View File

@ -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,