Skip to content

Commit

Permalink
Fixes netbox-community#14960: Correct typo in label
Browse files Browse the repository at this point in the history
  • Loading branch information
grncbg authored and jeremystretch committed Jan 29, 2024
1 parent ba75522 commit 1b9e6be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netbox/dcim/forms/bulk_import.py
Original file line number Diff line number Diff line change
Expand Up @@ -727,7 +727,7 @@ class PowerOutletImportForm(NetBoxModelImportForm):
help_text=_('Local power port which feeds this outlet')
)
feed_leg = CSVChoiceField(
label=_('Feed lag'),
label=_('Feed leg'),
choices=PowerOutletFeedLegChoices,
required=False,
help_text=_('Electrical phase (for three-phase circuits)')
Expand Down

0 comments on commit 1b9e6be

Please sign in to comment.