diff --git a/sonic_platform_base/sonic_xcvr/fields/consts.py b/sonic_platform_base/sonic_xcvr/fields/consts.py index b4cc4bea06bd..c6efacf94a2f 100644 --- a/sonic_platform_base/sonic_xcvr/fields/consts.py +++ b/sonic_platform_base/sonic_xcvr/fields/consts.py @@ -112,7 +112,7 @@ INFINIBAND_COMPLIANCE_FIELD = "Infiniband Compliance" ESCON_COMPLIANCE_FIELD = "ESCON Compliance" ETHERNET_COMPLIANCE_FIELD = "Ethernet Compliance" -SFP_CABLE_TECH_FIELD = "SFP+ Cable Technology" +SFP_CABLE_TECH_FIELD = "SFP+CableTechnology" RATE_ID_FIELD = "Rate Identifier" EXT_CAL_FIELD = "Externally Calibrated" INT_CAL_FIELD = "Internally Calibrated"