mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-27 10:58:37 -06:00
Fixes #14960: Correct typo in label
This commit is contained in:
parent
928f77a747
commit
f8eb38edc6
@ -727,7 +727,7 @@ class PowerOutletImportForm(NetBoxModelImportForm):
|
|||||||
help_text=_('Local power port which feeds this outlet')
|
help_text=_('Local power port which feeds this outlet')
|
||||||
)
|
)
|
||||||
feed_leg = CSVChoiceField(
|
feed_leg = CSVChoiceField(
|
||||||
label=_('Feed lag'),
|
label=_('Feed leg'),
|
||||||
choices=PowerOutletFeedLegChoices,
|
choices=PowerOutletFeedLegChoices,
|
||||||
required=False,
|
required=False,
|
||||||
help_text=_('Electrical phase (for three-phase circuits)')
|
help_text=_('Electrical phase (for three-phase circuits)')
|
||||||
|
Loading…
Reference in New Issue
Block a user