Explorar o código

Fixes #14960: Correct typo in label

teapot %!s(int64=2) %!d(string=hai) anos
pai
achega
1b9e6bed55
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      netbox/dcim/forms/bulk_import.py

+ 1 - 1
netbox/dcim/forms/bulk_import.py

@@ -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)')