diff --git a/netbox/wireless/models.py b/netbox/wireless/models.py index 6cdc6fc5b..9c73ae5b7 100644 --- a/netbox/wireless/models.py +++ b/netbox/wireless/models.py @@ -206,7 +206,7 @@ class WirelessLink(WirelessAuthenticationBase, DistanceMixin, PrimaryModel): }) if self.interface_b.type not in WIRELESS_IFACE_TYPES: raise ValidationError({ - 'interface_a': _( + 'interface_b': _( "{type} is not a wireless interface." ).format(type=self.interface_b.get_type_display()) })