diff --git a/netbox/dcim/forms/object_create.py b/netbox/dcim/forms/object_create.py index eeca5c237..d0b509f10 100644 --- a/netbox/dcim/forms/object_create.py +++ b/netbox/dcim/forms/object_create.py @@ -226,7 +226,7 @@ class InterfaceCreateForm(ComponentCreateForm, model_forms.InterfaceForm): if 'module' in self.fields: self.fields['name'].help_text += _(' The string {module} will be replaced with the position ' - 'of the assigned module, if any').format(module=module) + 'of the assigned module, if any') class FrontPortCreateForm(ComponentCreateForm, model_forms.FrontPortForm):